Package io.quarkus.bootstrap.app
Class ConfiguredClassLoading
- java.lang.Object
-
- io.quarkus.bootstrap.app.ConfiguredClassLoading
-
- All Implemented Interfaces:
Serializable
public class ConfiguredClassLoading extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanflatTestClassPathSet<ArtifactKey>parentFirstArtifactsSet<ArtifactKey>reloadableArtifactsSet<ArtifactKey>removedArtifactsMap<ArtifactKey,List<String>>removedResources
-
Constructor Summary
Constructors Constructor Description ConfiguredClassLoading(Set<ArtifactKey> parentFirstArtifacts, Set<ArtifactKey> reloadableArtifacts, Set<ArtifactKey> removedArtifacts, Map<ArtifactKey,List<String>> removedResources, boolean flatTestClassPath)
-
-
-
Field Detail
-
parentFirstArtifacts
public final Set<ArtifactKey> parentFirstArtifacts
-
reloadableArtifacts
public final Set<ArtifactKey> reloadableArtifacts
-
removedArtifacts
public final Set<ArtifactKey> removedArtifacts
-
removedResources
public final Map<ArtifactKey,List<String>> removedResources
-
flatTestClassPath
public final boolean flatTestClassPath
-
-
Constructor Detail
-
ConfiguredClassLoading
public ConfiguredClassLoading(Set<ArtifactKey> parentFirstArtifacts, Set<ArtifactKey> reloadableArtifacts, Set<ArtifactKey> removedArtifacts, Map<ArtifactKey,List<String>> removedResources, boolean flatTestClassPath)
-
-