Class ConfiguredClassLoading

java.lang.Object
io.quarkus.bootstrap.app.ConfiguredClassLoading
All Implemented Interfaces:
Serializable

public class ConfiguredClassLoading extends Object implements Serializable
See Also:
  • Method Details

    • builder

      public static ConfiguredClassLoading.Builder builder()
    • getParentFirstArtifacts

      public Collection<ArtifactKey> getParentFirstArtifacts()
    • isParentFirstArtifact

      public boolean isParentFirstArtifact(ArtifactKey key)
    • isReloadableArtifact

      public boolean isReloadableArtifact(ArtifactKey key)
    • hasReloadableArtifacts

      public boolean hasReloadableArtifacts()
    • isRemovedArtifact

      public boolean isRemovedArtifact(ArtifactKey key)
    • getRemovedResources

      public Map<ArtifactKey,Collection<String>> getRemovedResources()
    • isFlatTestClassPath

      public boolean isFlatTestClassPath()
    • getAdditionalClasspathElements

      public Collection<Path> getAdditionalClasspathElements()