Package io.quarkus.bootstrap.app
Class ConfiguredClassLoading
java.lang.Object
io.quarkus.bootstrap.app.ConfiguredClassLoading
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Collection<io.quarkus.maven.dependency.ArtifactKey> Map<io.quarkus.maven.dependency.ArtifactKey, Collection<String>> booleanbooleanbooleanisParentFirstArtifact(io.quarkus.maven.dependency.ArtifactKey key) booleanisReloadableArtifact(io.quarkus.maven.dependency.ArtifactKey key) booleanisRemovedArtifact(io.quarkus.maven.dependency.ArtifactKey key)
-
Method Details
-
builder
-
getParentFirstArtifacts
-
isParentFirstArtifact
public boolean isParentFirstArtifact(io.quarkus.maven.dependency.ArtifactKey key) -
isReloadableArtifact
public boolean isReloadableArtifact(io.quarkus.maven.dependency.ArtifactKey key) -
hasReloadableArtifacts
public boolean hasReloadableArtifacts() -
isRemovedArtifact
public boolean isRemovedArtifact(io.quarkus.maven.dependency.ArtifactKey key) -
getRemovedResources
-
isFlatTestClassPath
public boolean isFlatTestClassPath() -
getAdditionalClasspathElements
-