Class BannedArtifactClassLoadingExecutor


  • public class BannedArtifactClassLoadingExecutor
    extends java.lang.Object
    The executor for the banned artifacts that are loading by ClassLoader.

    The banned list should be defined at the config resource that locates on the "META-INF/banned-artifacts" was loaded by ClassLoader.

    The config resource format :

    ${groupId}:${artifactId}:${version}
    • groupId : Artifact Maven groupId
    • artifactId : Artifact Maven artifactId
    • version : Artifact Maven version
    Since:
    1.0.0
    Author:
    Mercy
    • Field Detail

    • Constructor Detail

      • BannedArtifactClassLoadingExecutor

        public BannedArtifactClassLoadingExecutor()
      • BannedArtifactClassLoadingExecutor

        public BannedArtifactClassLoadingExecutor​(java.lang.ClassLoader classLoader)
    • Method Detail

      • execute

        public void execute()