|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.services.properties.AssemblyPropertiesExtractor
public class AssemblyPropertiesExtractor
This is an implementation of PropertiesExtractor
made for Assemblies.
Assembly
Field Summary | |
---|---|
static java.lang.String |
ASSEMBLY_PREFIX
Constant for the default properties prefix applied during extraction |
Constructor Summary | |
---|---|
AssemblyPropertiesExtractor()
Create a new instance of AssemblyPropertiesExtractor |
Method Summary | |
---|---|
java.util.Properties |
extract(Assembly assembly)
Extract a set of properies from the given assembly. |
java.util.Properties |
extract(Assembly assembly,
java.lang.String prefix)
Extract a set of properies from the given assembly. |
java.util.Properties |
extract(java.lang.Object obj)
Extract a set of properties from the given object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ASSEMBLY_PREFIX
Constructor Detail |
---|
public AssemblyPropertiesExtractor()
Method Detail |
---|
public java.util.Properties extract(Assembly assembly)
assembly
- The assembly to extract properties from
public java.util.Properties extract(Assembly assembly, java.lang.String prefix)
assembly
- The assembly to extract properties fromprefix
- The prefix to append on each property
public java.util.Properties extract(java.lang.Object obj) throws InvalidParameterException
extract
in interface PropertiesExtractor
obj
- The object to extract properties from
InvalidParameterException
- if the object cannot be processed by implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |