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<MvnRepoDependencies> The maven repository 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<MvnRepoResource> The maven repository resource 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. -
MvnRepoDependenciesType
The maven repository dependencies type. -
MvnPublicationType
The maven publication type. -
MvnRepoJarFileType
A jar file from the maven repository. -
PomFileType
The POM file type.
-