Interface Dumpable
- 
- All Known Subinterfaces:
 Aggregate,Aggregator,Artifact,ArtifactHandler,ArtifactSet,ExportArtifact,Filter,ImportArtifact,ItemFilter,PathFilter,VaultFile,WorkspaceFilter
- All Known Implementing Classes:
 BaseFilter,DeclaringTypeItemFilter,DefaultPathFilter,DefaultWorkspaceFilter,DepthItemFilter,FileFolderNodeFilter,FilterSet,FilterSet.Entry,IsMandatoryFilter,IsNodeFilter,ItemFilterSet,NameItemFilter,NodeTypeItemFilter,NtFileItemFilter,PathFilterSet,ScopedWorkspaceFilter
public interface DumpableDumpable... 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddump(@NotNull DumpContext ctx, boolean isLast)Dumps some human readable information using the given context. 
 - 
 
- 
- 
Method Detail
- 
dump
void dump(@NotNull @NotNull 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
 
 - 
 
 -