Package | Description |
---|---|
org.apache.sling.distribution.packaging.impl | |
org.apache.sling.distribution.util.impl |
Constructor and Description |
---|
ResourceDistributionPackageBuilder(String type,
DistributionContentSerializer distributionContentSerializer,
String tempFilesFolder,
int fileThreshold,
FileBackedMemoryOutputStream.MemoryUnit memoryUnit,
boolean useOffHeapMemory,
String digestAlgorithm,
String[] nodeFilters,
String[] propertyFilters) |
Modifier and Type | Method and Description |
---|---|
static FileBackedMemoryOutputStream.MemoryUnit |
FileBackedMemoryOutputStream.MemoryUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileBackedMemoryOutputStream.MemoryUnit[] |
FileBackedMemoryOutputStream.MemoryUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FileBackedMemoryOutputStream(int fileThreshold,
FileBackedMemoryOutputStream.MemoryUnit memoryUnit,
boolean useOffHeapMemory,
File tempDirectory,
String fileName,
String fileExtension) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.