Class InstanceLocator


  • public final class InstanceLocator
    extends Object
    Locates a class within a library. Created: Thu Apr 14 23:42:03 2005
    Version:
    1.0
    Author:
    Ernst Reissner
    • Field Detail

      • path

        private final List<String> path
        The name of the class to be located. Declared final to ensure that hashCode() remains unchanged. In addition this list is unmodifyable.
    • Constructor Detail

      • InstanceLocator

        public InstanceLocator​(List<String> path)