Class IndividualMetadataCollector
java.lang.Object
org.nuxeo.ecm.platform.importer.properties.MetadataCollector
org.nuxeo.ecm.platform.importer.properties.IndividualMetadataCollector
The properties are mapped by the collector using as key the path of the file/folder to import.
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.importer.properties.MetadataCollector
ARRAY_SEPARATOR, collectedMetadata, DATE_FORMAT, LIST_SEPARATOR, lock, numPattern, REGEXP_ARRAY_SEPARATOR, REGEXP_LIST_SEPARATOR, staticInherit, useIntrospection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyFile
(File propertyFile) void
addPropertyFile
(File propertyFile, String contextPath) getProperties
(File file) Methods inherited from class org.nuxeo.ecm.platform.importer.properties.MetadataCollector
addProperties, addPropertiesFromStrings, getProperties, getProperty, parseFromString
-
Constructor Details
-
IndividualMetadataCollector
public IndividualMetadataCollector()
-
-
Method Details
-
addPropertyFile
- Overrides:
addPropertyFile
in classMetadataCollector
- Throws:
IOException
-
addPropertyFile
- Throws:
IOException
-
getProperties
-