Class DefaultRootLocator
java.lang.Object
org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- All Implemented Interfaces:
org.apache.maven.api.Service, org.apache.maven.api.services.model.RootLocator
@Named
public class DefaultRootLocator
extends Object
implements org.apache.maven.api.services.model.RootLocator
-
Field Summary
Fields inherited from interface org.apache.maven.api.services.model.RootLocator
UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMandatoryRoot(Path basedir) protected PathgetCanonicalPath(Path path) protected booleanisRootDirectory(Path dir) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.services.model.RootLocator
getNoRootMessage
-
Constructor Details
-
DefaultRootLocator
public DefaultRootLocator()
-
-
Method Details
-
findRoot
-
findMandatoryRoot
-
isRootDirectory
-
getRootDirectoryFallback
-
getCanonicalPath
-