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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperties
(String contextPath, Map<String, Serializable> collectedProperties) void
addPropertiesFromStrings
(String contextPath, Map<String, String> properties) void
addPropertyFile
(File propertyFile) getProperties
(String contextPath) getProperty
(String contextPath, String name) protected Serializable
parseFromString
(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
-