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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dump(@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
-
-