Class JavaTypes
java.lang.Object
org.jdrupes.builder.java.JavaTypes
A collection of Java specific
ResourceTypes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceType<AppJarFile> The Java application jar file.static final ResourceType<ClassFile> The class file.static final ResourceType<ClasspathElement> A resource that can be put on the classpath.static final ResourceType<Resources<ClasspathElement>> The most general representation of a classpath.static final ResourceType<ClassTree> The Java class files.static final ResourceType<CompilationResources<ClasspathElement>> Contributions to the compilation classpath.static final ResourceType<JarFile> The Java jar file.static final ResourceType<JavadocDirectory> The directory with files generated by javadoc.static final ResourceType<JavadocJarFile> The javadoc jar file.static final ResourceType<JavaResourceTree> Resource files.static final ResourceType<JavaSourceFile> The Java source file.static final ResourceType<FileTree<JavaSourceFile>> The Java source files.static final ResourceType<LibraryJarFile> The Java library jar file.static final ResourceType<RuntimeResources<ClasspathElement>> Contributions to the runtime classpath.static final ResourceType<SourcesJarFile> The Java application jar file. -
Method Summary
-
Field Details
-
JavaSourceFileType
The Java source file. -
JavaSourceTreeType
The Java source files. -
ClassFileType
The class file. -
ClassTreeType
The Java class files. -
JavaResourceTreeType
Resource files. -
JarFileType
The Java jar file. -
ClasspathElementType
A resource that can be put on the classpath. -
ClasspathType
The most general representation of a classpath. -
CompilationClasspathType
Contributions to the compilation classpath. -
RuntimeClasspathType
Contributions to the runtime classpath. -
JavadocDirectoryType
The directory with files generated by javadoc. -
LibraryJarFileType
The Java library jar file. -
AppJarFileType
The Java application jar file. -
SourcesJarFileType
The Java application jar file. -
JavadocJarFileType
The javadoc jar file.
-