Uses of Class
org.nuxeo.common.utils.Path
Package
Description
Various utility classes used for managing paths, jars, strings, files, etc.
Event Service implementation.
-
Uses of Path in org.nuxeo.common.utils
Modifier and TypeMethodDescriptionPath.addFileExtension
(String extension) Path.addTrailingSeparator()
static Path
Path.createFromAbsolutePath
(String path) Creates a path object from an absolute and canonical path.static Path
Path.createFromSegments
(String[] segments) Path.makeAbsolute()
Path.makeRelative()
Path.removeFileExtension()
Path.removeFirstSegments
(int count) Path.removeLastSegments
(int count) Path.removeTrailingSeparator()
Path.uptoSegment
(int count) Modifier and TypeMethodDescriptionboolean
boolean
protected static void
FileUtils.copyTree
(int rootIndex, File src, File dst, Path prefix, PathFilter filter) static void
FileUtils.copyTree
(File src, File dst, Path prefix, PathFilter filter) boolean
Path.isPrefixOf
(Path anotherPath) boolean
int
Path.matchingFirstSegments
(Path anotherPath) -
Uses of Path in org.nuxeo.ecm.core.api
-
Uses of Path in org.nuxeo.ecm.core.api.impl
Modifier and TypeFieldDescriptionprotected Path
DocumentModelImpl.path
protected Path
SimpleDocumentModel.path
ModifierConstructorDescriptionDocumentModelImpl
(String sid, String type, String id, Path path, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName, boolean isProxy) Deprecated.since 11.1, sid is unusedDocumentModelImpl
(String sid, String type, String id, Path path, Lock lock, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName) Deprecated.since 11.1, sid and lock are unusedDocumentModelImpl
(String type, String id, Path path, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, boolean isProxy, CoreSession coreSession, String repositoryName, NuxeoPrincipal principal) -
Uses of Path in org.nuxeo.ecm.core.api.model
Modifier and TypeMethodDescriptionProperty.resolvePath
(Path path) Resolves the given path relative to the current property and return the property if any is found otherwise throws an exception. -
Uses of Path in org.nuxeo.ecm.core.api.model.impl
Modifier and TypeMethodDescriptionprotected Path
AbstractProperty.collectPath
(Path path) DocumentPartImpl.collectPath
(Path path) Modifier and TypeMethodDescriptionprotected Path
AbstractProperty.collectPath
(Path path) DocumentPartImpl.collectPath
(Path path) AbstractProperty.resolvePath
(Path path) -
Uses of Path in org.nuxeo.ecm.core.event.impl
-
Uses of Path in org.nuxeo.ecm.core.io
-
Uses of Path in org.nuxeo.ecm.core.io.impl
Modifier and TypeFieldDescriptionprotected Path
ExportedDocumentImpl.path
protected Path
AbstractDocumentModelWriter.root
Modifier and TypeMethodDescriptionprotected DocumentModel
AbstractDocumentModelWriter.createDocument
(ExportedDocument xdoc, Path toPath) Creates a new document given its path.void
ModifierConstructorDescriptionExportedDocumentImpl
(DocumentModel doc, Path path, boolean inlineBlobs) TypedExportedDocumentImpl
(DocumentModel doc, Path path, boolean inlineBlobs) Instantiates a new typed exported document impl. -
Uses of Path in org.nuxeo.ecm.core.io.impl.plugins
Modifier and TypeMethodDescriptionprotected DocumentModel
ExtensibleDocumentWriter.createDocument
(ExportedDocument xdoc, Path toPath) -
Uses of Path in org.nuxeo.ecm.core.trash
Modifier and TypeFieldDescriptionTrashInfo.rootPaths
Paths of common tree roots of docs found ok.Modifier and TypeMethodDescriptionprotected static boolean
AbstractTrashService.underOneOf
(Path testedPath, Set<Path> paths) Modifier and TypeMethodDescriptionAbstractTrashService.getAboveDocument
(DocumentModel doc, Set<Path> rootPaths) TrashService.getAboveDocument
(DocumentModel doc, Set<Path> paths) Deprecated.since 10.1 only used in JSF part, useTrashService.getAboveDocument(DocumentModel, NuxeoPrincipal)
instead.protected static boolean
AbstractTrashService.underOneOf
(Path testedPath, Set<Path> paths) -
Uses of Path in org.nuxeo.ecm.platform.picture
-
Uses of Path in org.nuxeo.ecm.platform.threed.convert
Modifier and TypeMethodDescriptionprotected Path
BaseBlenderConverter.getScriptWith
(List<String> operators) Returns the absolute path to the main script (main and pipeline scripts).protected Path
BaseBlenderConverter.tempDirectory
(Map<String, Serializable> parameters, String sufix) Modifier and TypeMethodDescriptionBaseBlenderConverter.blobsToTempDir
(BlobHolder blobHolder, Path directory) -
Uses of Path in org.nuxeo.ecm.webdav.backend
Modifier and TypeMethodDescriptionAbstractVirtualBackend.parseLocation
(String location) Backend.parseLocation
(String location) SimpleBackend.parseLocation
(String location) -
Uses of Path in org.nuxeo.ecm.webengine.ui.tree
Modifier and TypeMethodDescriptionFinds the item given its relative path to that item.LikeTreeModel.find(String)
but the path is expressed as aPath
object.TreeItem.findAndReveal
(Path path) Finds the item given its relative path to that item and expand all its parents so that the item will be visible in the tree.TreeItemImpl.findAndReveal
(Path path) TreeModel.findAndReveal
(Path path) LikeTreeModel.findAndReveal(String)
but the path is expressed as aPath
object.TreeModelImpl.findAndReveal
(Path path) -
Uses of Path in org.nuxeo.runtime.deployment.preprocessor.install.commands
Modifier and TypeFieldDescriptionprotected final Path
AppendCommand.dst
protected final Path
CopyCommand.dst
protected final Path
MoveCommand.dst
protected final Path
UnzipCommand.dst
protected final Path
ZipCommand.dst
protected final Path
DeleteCommand.path
protected final Path
MkdirCommand.path
protected final Path
MkfileCommand.path
protected final Path
CopyCommand.prefix
protected final Path
AppendCommand.src
protected final Path
CopyCommand.src
protected final Path
MoveCommand.src
protected final Path
UnzipCommand.src
protected final Path
ZipCommand.src
ModifierConstructorDescriptionAppendCommand
(Path src, Path dst) AppendCommand
(Path src, Path dst, boolean addNewLine, FileNamePattern pattern) CopyCommand
(Path src, Path dst) Constructor for copy command.CopyCommand
(Path src, Path dst, PathFilter filter) CopyCommand
(Path src, Path dst, Path prefix, PathFilter filter) DeleteCommand
(Path path) Constructor for delete command.MkdirCommand
(Path path) Constructor for mkdir command.MkfileCommand
(Path path, byte[] content) Constructor for mkfile command.MoveCommand
(Path src, Path dst) Constructor for copy command.MoveCommand
(Path src, Path dst, PathFilter filter) UnzipCommand
(Path src, Path dst) UnzipCommand
(Path src, Path dst, String prefix) UnzipCommand
(Path src, Path dst, PathFilter filter) UnzipCommand
(Path src, Path dst, PathFilter filter, String prefix) ZipCommand
(Path src, Path dst) ZipCommand
(Path src, Path dst, String prefix) ZipCommand
(Path src, Path dst, String prefix, PathFilter filter) -
Uses of Path in org.nuxeo.runtime.deployment.preprocessor.install.filters
Modifier and TypeMethodDescriptionboolean
boolean
boolean
protected static boolean
AbstractFilter.segmentsMatch
(Path pattern, Path path) ModifierConstructorDescriptionprotected
AbstractFilter
(Path pattern) ExcludeFilter
(Path pattern) IncludeFilter
(Path pattern) -
Uses of Path in org.nuxeo.template.deckjs