Class ResourceMap

    • Method Detail

      • getResources

        public static Map<String,​BooleangetResources​(Pattern pattern)
        For all elements of java.class.path OR from the resource name set in the system property 'schema.resource.location' get a Map of resources Pattern pattern = Pattern.compile(".*"). The keys represent resource names and the boolean parameter indicates whether or not the resource is in a Jar file.
        Parameters:
        pattern - the pattern to match
        Returns:
        the resources with markers - true if resource is in Jar