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<AppArtifactKey>parentFirstArtifactsSet<AppArtifactKey>reloadableArtifactsMap<AppArtifactKey,List<String>>removedResources
-
Constructor Summary
Constructors Constructor Description ConfiguredClassLoading(Set<AppArtifactKey> parentFirstArtifacts, Set<AppArtifactKey> reloadableArtifacts, Map<AppArtifactKey,List<String>> removedResources, boolean flatTestClassPath)
-
-
-
Field Detail
-
parentFirstArtifacts
public final Set<AppArtifactKey> parentFirstArtifacts
-
reloadableArtifacts
public final Set<AppArtifactKey> reloadableArtifacts
-
removedResources
public final Map<AppArtifactKey,List<String>> removedResources
-
flatTestClassPath
public final boolean flatTestClassPath
-
-
Constructor Detail
-
ConfiguredClassLoading
public ConfiguredClassLoading(Set<AppArtifactKey> parentFirstArtifacts, Set<AppArtifactKey> reloadableArtifacts, Map<AppArtifactKey,List<String>> removedResources, boolean flatTestClassPath)
-
-