Class MetadataCollector
java.lang.Object
org.nuxeo.ecm.platform.importer.properties.MetadataCollector
- Direct Known Subclasses:
IndividualMetadataCollector
Collects meta-data from a FileSystem and manage inheritence
- Author:
- Thierry Delprat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperties(String contextPath, Map<String, Serializable> collectedProperties) voidaddPropertiesFromStrings(String contextPath, Map<String, String> properties) voidaddPropertyFile(File propertyFile) getProperties(String contextPath) getProperty(String contextPath, String name) protected SerializableparseFromString(String name, String value)
-
Field Details
-
staticInherit
protected boolean staticInherit -
useIntrospection
protected boolean useIntrospection -
DATE_FORMAT
- See Also:
-
LIST_SEPARATOR
- See Also:
-
REGEXP_LIST_SEPARATOR
- See Also:
-
ARRAY_SEPARATOR
- See Also:
-
REGEXP_ARRAY_SEPARATOR
- See Also:
-
collectedMetadata
-
lock
-
numPattern
-
-
Constructor Details
-
MetadataCollector
public MetadataCollector()
-
-
Method Details
-
addPropertiesFromStrings
-
addProperties
-
parseFromString
-
getProperty
-
getProperties
-
addPropertyFile
- Throws:
IOException
-