Interface Dumpable
-
- All Known Subinterfaces:
Aggregate
,Aggregator
,Artifact
,ArtifactHandler
,ArtifactSet
,ExportArtifact
,Filter
,ImportArtifact
,ItemFilter
,PathFilter
,VaultFile
,WorkspaceFilter
- All Known Implementing Classes:
org.apache.jackrabbit.vault.fs.impl.AbstractArtifact
,BaseFilter
,DeclaringTypeItemFilter
,DefaultPathFilter
,DefaultWorkspaceFilter
,DepthItemFilter
,DirectoryArtifact
,FileFolderNodeFilter
,FilterSet
,FilterSet.Entry
,HintArtifact
,IsMandatoryFilter
,IsNodeFilter
,ItemFilterSet
,NameItemFilter
,NodeTypeItemFilter
,NtFileItemFilter
,PathFilterSet
,PropertyValueArtifact
,ScopedWorkspaceFilter
,SerializerArtifact
public interface Dumpable
Dumpable
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.
-
-
-
Method Detail
-
dump
void dump(@Nonnull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.- Parameters:
ctx
- the dump contextisLast
- specifies if this is the last element to dump on this level
-
-