Class DefaultRootLocator
java.lang.Object
org.apache.maven.internal.impl.model.rootlocator.DefaultRootLocator
- All Implemented Interfaces:
Service
,RootLocator
-
Field Summary
Fields inherited from interface org.apache.maven.api.services.model.RootLocator
UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindMandatoryRoot
(Path basedir) protected boolean
isRootDirectory
(Path dir) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.model.RootLocator
getNoRootMessage
-
Constructor Details
-
DefaultRootLocator
public DefaultRootLocator()
-
-
Method Details
-
findRoot
- Specified by:
findRoot
in interfaceRootLocator
-
findMandatoryRoot
- Specified by:
findMandatoryRoot
in interfaceRootLocator
-
isRootDirectory
-
getRootDirectoryFallback
-