Uses of Interface
org.apache.jackrabbit.vault.util.console.ConsoleFile
-
Packages that use ConsoleFile Package Description org.apache.jackrabbit.vault.cli org.apache.jackrabbit.vault.util.console org.apache.jackrabbit.vault.util.console.platform -
-
Uses of ConsoleFile in org.apache.jackrabbit.vault.cli
Classes in org.apache.jackrabbit.vault.cli that implement ConsoleFile Modifier and Type Class Description class
AggregateCFile
JcrCWO
...class
RepositoryCFile
RepositoryWorkObject
...class
VaultFsCFile
OsWorkObject
...Methods in org.apache.jackrabbit.vault.cli that return ConsoleFile Modifier and Type Method Description ConsoleFile
AggregateCFile. getFile(String path, boolean mustExist)
ConsoleFile
RepositoryCFile. getFile(String path, boolean mustExist)
ConsoleFile
VaultFsCFile. getFile(String path, boolean mustExist)
ConsoleFile[]
AggregateCFile. listFiles()
ConsoleFile[]
RepositoryCFile. listFiles()
ConsoleFile[]
VaultFsCFile. listFiles()
Methods in org.apache.jackrabbit.vault.cli with parameters of type ConsoleFile Modifier and Type Method Description protected abstract void
AbstractCmdLs. formatFile(ConsoleFile file, Table.Row row, int flags)
protected void
CmdLsAggregate. formatFile(ConsoleFile file, Table.Row row, int flags)
protected void
CmdLsJcrFs. formatFile(ConsoleFile file, Table.Row row, int flags)
protected void
CmdLsRepo. formatFile(ConsoleFile file, Table.Row row, int flags)
-
Uses of ConsoleFile in org.apache.jackrabbit.vault.util.console
Fields in org.apache.jackrabbit.vault.util.console declared as ConsoleFile Modifier and Type Field Description static ConsoleFile[]
ConsoleFile. EMPTY_ARRAY
Methods in org.apache.jackrabbit.vault.util.console that return ConsoleFile Modifier and Type Method Description ConsoleFile
ConsoleExecutionContext. getCurrentFile()
ConsoleFile
ConsoleExecutionContext. getFile(String path, boolean mustExist)
ConsoleFile
ConsoleFile. getFile(String path, boolean mustExist)
ConsoleFile
ConsoleFileSystem. getRoot()
ConsoleFile
ConsoleExecutionContext. getRootFile()
ConsoleFile[]
ConsoleFile. listFiles()
Methods in org.apache.jackrabbit.vault.util.console with parameters of type ConsoleFile Modifier and Type Method Description void
ConsoleExecutionContext. setCurrentFile(ConsoleFile currentFile)
void
ConsoleExecutionContext. setFileSystem(ConsoleFile rootFile)
-
Uses of ConsoleFile in org.apache.jackrabbit.vault.util.console.platform
Classes in org.apache.jackrabbit.vault.util.console.platform that implement ConsoleFile Modifier and Type Class Description class
PlatformFile
PlatformFile
...Methods in org.apache.jackrabbit.vault.util.console.platform that return ConsoleFile Modifier and Type Method Description ConsoleFile
PlatformFile. getFile(String path, boolean mustExist)
ConsoleFile[]
PlatformFile. listFiles()
-