Class ExportSettings
java.lang.Object
org.apache.sling.distribution.serialization.ExportSettings
Settings that control the package export.
-
Constructor Details
-
ExportSettings
public ExportSettings(String[] packageRoots, String[] nodeFilters, String[] propertyFilters, boolean useBinaryReferences, Map<String, String> exportPathMapping) - Parameters:
packageRoots- The serializer package rootsnodeFilters- The serializer node path filterspropertyFilters- The serializer property path filtersuseBinaryReferences-trueto pass binaries by reference ;falseto inline binariesexportPathMapping- The mapping for exported paths
-
-
Method Details
-
getPackageRoots
-
getNodeFilters
-
getPropertyFilters
-
isUseBinaryReferences
public boolean isUseBinaryReferences() -
getExportPathMapping
-