Uses of Class
org.apache.jackrabbit.vault.fs.api.DumpContext
-
-
Uses of DumpContext in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api with parameters of type DumpContext Modifier and Type Method Description void
Dumpable. dump(@NotNull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
FilterSet. dump(@NotNull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
FilterSet.Entry. dump(@NotNull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context. -
Uses of DumpContext in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config with parameters of type DumpContext Modifier and Type Method Description void
DefaultWorkspaceFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context. -
Uses of DumpContext in org.apache.jackrabbit.vault.fs.filter
Methods in org.apache.jackrabbit.vault.fs.filter with parameters of type DumpContext Modifier and Type Method Description void
BaseFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
DeclaringTypeItemFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
DefaultPathFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
DepthItemFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
IsMandatoryFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
IsNodeFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
NameItemFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
NodeTypeItemFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
NtFileItemFilter. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context. -
Uses of DumpContext in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type DumpContext Modifier and Type Method Description void
AbstractArtifact. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
AggregateImpl. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
AggregatorProvider. dump(DumpContext ctx, boolean isLast)
void
ArtifactSetImpl. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
VaultFileImpl. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.void
VaultFileNode. dump(DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context. -
Uses of DumpContext in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging with parameters of type DumpContext Modifier and Type Method Description void
ScopedWorkspaceFilter. dump(DumpContext ctx, boolean isLast)
-
Uses of DumpContext in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta with parameters of type DumpContext Modifier and Type Method Description void
Ignored. dump(@NotNull DumpContext ctx, boolean isLast)
-