类 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
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    • 字段详细资料

      • CONFIG_LOCATION

        public static final java.lang.String CONFIG_LOCATION
        另请参阅:
        常量字段值
    • 构造器详细资料

      • BannedArtifactClassLoadingExecutor

        public BannedArtifactClassLoadingExecutor()
      • BannedArtifactClassLoadingExecutor

        public BannedArtifactClassLoadingExecutor​(java.lang.ClassLoader classLoader)
    • 方法详细资料

      • execute

        public void execute()