Package org.fedoraproject.xmvn.mojo
Class JavadocModule
- java.lang.Object
-
- org.fedoraproject.xmvn.mojo.JavadocModule
-
class JavadocModule extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.PathartifactPathprivate java.util.List<java.nio.file.Path>binaryPathsprivate booleanisAutomaticprivate java.lang.StringmoduleNameprivate java.util.List<java.nio.file.Path>sourcePaths
-
Constructor Summary
Constructors Constructor Description JavadocModule(java.lang.String moduleName, boolean isAutomatic, java.nio.file.Path artifactPath, java.util.List<java.nio.file.Path> sourcePaths, java.util.List<java.nio.file.Path> dependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavadocModuledemodularize()java.util.List<java.nio.file.Path>getClassPaths()java.lang.StringgetModuleName()java.util.List<java.nio.file.Path>getSourcePaths()booleanisAutomatic()booleanisModular()booleanisNotModular()java.lang.StringtoString()
-
-
-
Field Detail
-
moduleName
private java.lang.String moduleName
-
isAutomatic
private boolean isAutomatic
-
artifactPath
private final java.nio.file.Path artifactPath
-
sourcePaths
private final java.util.List<java.nio.file.Path> sourcePaths
-
binaryPaths
private final java.util.List<java.nio.file.Path> binaryPaths
-
-
Method Detail
-
getModuleName
public java.lang.String getModuleName()
-
isModular
public boolean isModular()
-
isNotModular
public boolean isNotModular()
-
isAutomatic
public boolean isAutomatic()
-
getSourcePaths
public java.util.List<java.nio.file.Path> getSourcePaths()
-
getClassPaths
public java.util.List<java.nio.file.Path> getClassPaths()
-
demodularize
public JavadocModule demodularize()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-