Class StyleClassFinder


  • public class StyleClassFinder
    extends Object
    This implementation of class utilities is different from the one in repast.simphony.util.ClassUtilities only in that here the exceptions are not reported. Occasionally, we might come across a class on the classpath with dependencies that can't be resolved, and this will catch those errors but not report them. Since this method is only used to find style classes for the GUI wizard, this wont be a problem.
    Author:
    Eric Tatara TODO Projections: Only need a single get_() method that also provides the style class.
    • Constructor Detail

      • StyleClassFinder

        public StyleClassFinder()