Interface Dumpable
- All Known Subinterfaces:
Aggregate,Aggregator,Artifact,ArtifactHandler,ArtifactSet,ExportArtifact,Filter,ImportArtifact,ItemFilter,PathFilter,VaultFile,WorkspaceFilter
- All Known Implementing Classes:
AbstractArtifact,AggregateImpl,ArtifactSetImpl,BaseFilter,DeclaringTypeItemFilter,DefaultPathFilter,DefaultWorkspaceFilter,DepthItemFilter,DirectoryArtifact,FileFolderNodeFilter,FilterSet,FilterSet.Entry,HintArtifact,Ignored,IsMandatoryFilter,IsNodeFilter,ItemFilterSet,NameItemFilter,NodeTypeItemFilter,NtFileItemFilter,PathFilterSet,PropertyValueArtifact,ScopedWorkspaceFilter,SerializerArtifact,VaultFileImpl,VaultFileNode
public interface Dumpable
Dumpable...-
Method Summary
Modifier and TypeMethodDescriptionvoiddump(@NotNull DumpContext ctx, boolean isLast) Dumps some human readable information using the given context.
-
Method Details
-
dump
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
-