Package com.levigo.jadice.server.archive
Class AbstractUnArchiveNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.archive.AbstractUnArchiveNode
-
- Direct Known Subclasses:
UnRARNode
,UnSevenZIPNode
,UnTARNode
,UnZIPNode
public abstract class AbstractUnArchiveNode extends Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description AbstractUnArchiveNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isApplyFilters()
void
setApplyFilters(boolean applyFilters)
If set totrue
files are filtered out by entry filters and will not be unpacked.-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getInputCardinality, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, getWorkerClassName, hashCode, initialize, prependPredecessor, remove, validateConfiguration
-
-
-
-
Method Detail
-
setApplyFilters
public void setApplyFilters(boolean applyFilters)
If set totrue
files are filtered out by entry filters and will not be unpacked. This is for instance the case for Mac OS X specific resource bundle files when the OSXFilter is active.- Parameters:
applyFilters
-true
files filtered out by entry filters will not be unpacked,false
everything will be unpacked.- Since:
- jadice server 5.7.1.0 OSXFilter by default. Possibility to add additional filters.
-
isApplyFilters
public boolean isApplyFilters()
-
-