Uses of Class
org.nuxeo.common.utils.Path
-
Packages that use Path Package Description org.nuxeo.common.utils Various utility classes used for managing paths, jars, strings, files, etc.org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.impl org.nuxeo.ecm.core.api.model org.nuxeo.ecm.core.api.model.impl org.nuxeo.ecm.core.event.impl Event Service implementation.org.nuxeo.ecm.core.io org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.core.io.impl.plugins org.nuxeo.ecm.core.trash org.nuxeo.ecm.platform.picture org.nuxeo.ecm.platform.threed.convert org.nuxeo.ecm.webdav.backend org.nuxeo.ecm.webengine.ui.tree org.nuxeo.runtime.deployment.preprocessor.install.commands org.nuxeo.runtime.deployment.preprocessor.install.filters org.nuxeo.template.deckjs -
-
Uses of Path in org.nuxeo.common.utils
Methods in org.nuxeo.common.utils that return Path Modifier and Type Method Description Path
Path. addFileExtension(String extension)
Path
Path. addTrailingSeparator()
Path
Path. append(String tail)
Path
Path. append(Path tail)
static Path
Path. createFromAbsolutePath(String path)
Creates a path object from an absolute and canonical path.static Path
Path. createFromSegments(String[] segments)
Path
Path. makeAbsolute()
Path
Path. makeRelative()
Path
Path. removeFileExtension()
Path
Path. removeFirstSegments(int count)
Path
Path. removeLastSegments(int count)
Path
Path. removeTrailingSeparator()
Path
Path. uptoSegment(int count)
Methods in org.nuxeo.common.utils with parameters of type Path Modifier and Type Method Description boolean
PathFilter. accept(Path path)
boolean
PathFilterSet. accept(Path path)
Path
Path. append(Path tail)
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
FilePathPattern. match(Path path)
int
Path. matchingFirstSegments(Path anotherPath)
Constructors in org.nuxeo.common.utils with parameters of type Path Constructor Description FilePathPattern(Path path)
-
Uses of Path in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return Path Modifier and Type Method Description Path
DocumentModel. getPath()
Gets the document path. -
Uses of Path in org.nuxeo.ecm.core.api.impl
Fields in org.nuxeo.ecm.core.api.impl declared as Path Modifier and Type Field Description protected Path
DocumentModelImpl. path
protected Path
SimpleDocumentModel. path
Methods in org.nuxeo.ecm.core.api.impl that return Path Modifier and Type Method Description Path
DocumentModelImpl. getPath()
Path
SimpleDocumentModel. getPath()
Constructors in org.nuxeo.ecm.core.api.impl with parameters of type Path Constructor Description DocumentModelImpl(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
Methods in org.nuxeo.ecm.core.api.model with parameters of type Path Modifier and Type Method Description Property
Property. 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
Methods in org.nuxeo.ecm.core.api.model.impl that return Path Modifier and Type Method Description protected Path
AbstractProperty. collectPath(Path path)
Path
DocumentPartImpl. collectPath(Path path)
Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type Path Modifier and Type Method Description protected Path
AbstractProperty. collectPath(Path path)
Path
DocumentPartImpl. collectPath(Path path)
Property
AbstractProperty. resolvePath(Path path)
-
Uses of Path in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return Path Modifier and Type Method Description Path
ShallowDocumentModel. getPath()
Constructors in org.nuxeo.ecm.core.event.impl with parameters of type Path Constructor Description ShallowDocumentModel(String id, String repoName, String name, Path path, String type, boolean isFolder, boolean isVersion, boolean isProxy, boolean isImmutable, Map<String,Serializable> contextData, Set<String> facets, String lifecycleState)
-
Uses of Path in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return Path Modifier and Type Method Description Path
ExportedDocument. getPath()
Methods in org.nuxeo.ecm.core.io with parameters of type Path Modifier and Type Method Description void
ExportedDocument. setPath(Path path)
-
Uses of Path in org.nuxeo.ecm.core.io.impl
Fields in org.nuxeo.ecm.core.io.impl declared as Path Modifier and Type Field Description protected Path
ExportedDocumentImpl. path
protected Path
AbstractDocumentModelWriter. root
Methods in org.nuxeo.ecm.core.io.impl that return Path Modifier and Type Method Description Path
ExportedDocumentImpl. getPath()
Methods in org.nuxeo.ecm.core.io.impl with parameters of type Path Modifier and Type Method Description protected DocumentModel
AbstractDocumentModelWriter. createDocument(ExportedDocument xdoc, Path toPath)
Creates a new document given its path.void
ExportedDocumentImpl. setPath(Path path)
Constructors in org.nuxeo.ecm.core.io.impl with parameters of type Path Constructor Description ExportedDocumentImpl(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
Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type Path Modifier and Type Method Description protected DocumentModel
ExtensibleDocumentWriter. createDocument(ExportedDocument xdoc, Path toPath)
-
Uses of Path in org.nuxeo.ecm.core.trash
Fields in org.nuxeo.ecm.core.trash with type parameters of type Path Modifier and Type Field Description Set<Path>
TrashInfo. rootPaths
Paths of common tree roots of docs found ok.Methods in org.nuxeo.ecm.core.trash with parameters of type Path Modifier and Type Method Description protected static boolean
AbstractTrashService. underOneOf(Path testedPath, Set<Path> paths)
Method parameters in org.nuxeo.ecm.core.trash with type arguments of type Path Modifier and Type Method Description DocumentModel
AbstractTrashService. getAboveDocument(DocumentModel doc, Set<Path> rootPaths)
DocumentModel
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
Methods in org.nuxeo.ecm.platform.picture that return Path Modifier and Type Method Description Path
PictureViewsHelper. getEmptyPicturePath()
-
Uses of Path in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert that return Path Modifier and Type Method Description protected 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)
Methods in org.nuxeo.ecm.platform.threed.convert with parameters of type Path Modifier and Type Method Description protected List<String>
BaseBlenderConverter. blobsToTempDir(BlobHolder blobHolder, Path directory)
-
Uses of Path in org.nuxeo.ecm.webdav.backend
Methods in org.nuxeo.ecm.webdav.backend that return Path Modifier and Type Method Description Path
AbstractVirtualBackend. parseLocation(String location)
Path
Backend. parseLocation(String location)
Path
SimpleBackend. parseLocation(String location)
-
Uses of Path in org.nuxeo.ecm.webengine.ui.tree
Fields in org.nuxeo.ecm.webengine.ui.tree declared as Path Modifier and Type Field Description protected Path
TreeItemImpl. path
Methods in org.nuxeo.ecm.webengine.ui.tree that return Path Modifier and Type Method Description Path
TreeItem. getPath()
Gets the item path.Path
TreeItemImpl. getPath()
Methods in org.nuxeo.ecm.webengine.ui.tree with parameters of type Path Modifier and Type Method Description TreeItem
TreeItem. find(Path path)
Finds the item given its relative path to that item.TreeItem
TreeItemImpl. find(Path path)
TreeItem
TreeModel. find(Path path)
LikeTreeModel.find(String)
but the path is expressed as aPath
object.TreeItem
TreeModelImpl. find(Path path)
TreeItem
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.TreeItem
TreeItemImpl. findAndReveal(Path path)
TreeItem
TreeModel. findAndReveal(Path path)
LikeTreeModel.findAndReveal(String)
but the path is expressed as aPath
object.TreeItem
TreeModelImpl. findAndReveal(Path path)
-
Uses of Path in org.nuxeo.runtime.deployment.preprocessor.install.commands
Fields in org.nuxeo.runtime.deployment.preprocessor.install.commands declared as Path Modifier and Type Field Description protected Path
AppendCommand. dst
protected Path
CopyCommand. dst
protected Path
MoveCommand. dst
protected Path
UnzipCommand. dst
protected Path
ZipCommand. dst
protected Path
DeleteCommand. path
protected Path
MkdirCommand. path
protected Path
MkfileCommand. path
protected Path
CopyCommand. prefix
protected Path
AppendCommand. src
protected Path
CopyCommand. src
protected Path
MoveCommand. src
protected Path
UnzipCommand. src
protected Path
ZipCommand. src
Constructors in org.nuxeo.runtime.deployment.preprocessor.install.commands with parameters of type Path Constructor Description AppendCommand(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
Fields in org.nuxeo.runtime.deployment.preprocessor.install.filters declared as Path Modifier and Type Field Description protected Path
AbstractFilter. pattern
Methods in org.nuxeo.runtime.deployment.preprocessor.install.filters with parameters of type Path Modifier and Type Method Description boolean
AbstractFilter. accept(Path path, boolean defaultPolicy)
boolean
ExcludeFilter. accept(Path path)
boolean
IncludeFilter. accept(Path path)
protected static boolean
AbstractFilter. segmentsMatch(Path pattern, Path path)
Constructors in org.nuxeo.runtime.deployment.preprocessor.install.filters with parameters of type Path Constructor Description AbstractFilter(Path pattern)
ExcludeFilter(Path pattern)
IncludeFilter(Path pattern)
-
Uses of Path in org.nuxeo.template.deckjs
Methods in org.nuxeo.template.deckjs that return Path Modifier and Type Method Description protected static Path
TemplateBundleActivator. getDataDirPath()
-