Uses of Enum Class
org.apache.maven.api.JavaPathType
Packages that use JavaPathType
-
Uses of JavaPathType in org.apache.maven.api
Subclasses with type arguments of type JavaPathType in org.apache.maven.apiModifier and TypeClassDescriptionenumThe option of a Java command-line tool where to place the paths to some dependencies.Methods in org.apache.maven.api that return JavaPathTypeModifier and TypeMethodDescriptionJavaPathType.Modular.rawType()Returns the type of path without indication about the target module.static JavaPathTypeReturns the enum constant of this class with the specified name.static JavaPathType[]JavaPathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.api that return types with arguments of type JavaPathTypeModifier and TypeMethodDescriptionstatic Optional<JavaPathType> JavaPathType.valueOf(JavaFileManager.Location location) Returns the path type associated to the givenjavax.toollocation.