Package org.codehaus.plexus.classworlds.strategy

Interface Summary

Strategy A strategy is a class for defining how classes and resources are located in classworlds.

Class Summary

AbstractStrategy
DefaultStrategy Load classes directly from the Realm first before attempting to get from the parent.
ForeignStrategy Created by IntelliJ IDEA.
StrategyFactory StrategyFactory loads a strategy, either default or from a given hint.