Class MvnRepoTypes
java.lang.Object
org.jdrupes.builder.mvnrepo.MvnRepoTypes
A collection of Maven specific
ResourceTypes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceType<MvnPublication> The maven publication type.static final ResourceType<CompilationResources<MvnRepoDependency>> The maven repository compilation dependencies type.static final ResourceType<MvnRepoDependency> The maven repository dependency type.static final ResourceType<MvnRepoJarFile> A jar file from the maven repository.static final ResourceType<MvnRepoLibraryJarFile> A library jar file from the maven repository.static final ResourceType<MvnRepoResource> The maven repository resource type.static final ResourceType<RuntimeResources<MvnRepoDependency>> The maven repository runtime dependencies type.static final ResourceType<PomFile> The POM file type. -
Method Summary
-
Field Details
-
MvnRepoResourceType
The maven repository resource type. -
MvnRepoDependencyType
The maven repository dependency type. -
MvnRepoCompilationDepsType
public static final ResourceType<CompilationResources<MvnRepoDependency>> MvnRepoCompilationDepsTypeThe maven repository compilation dependencies type. -
MvnRepoRuntimeDepsType
The maven repository runtime dependencies type. -
MvnPublicationType
The maven publication type. -
MvnRepoJarFileType
A jar file from the maven repository. -
MvnRepoLibraryJarFileType
A library jar file from the maven repository. -
PomFileType
The POM file type.
-