Uses of Class
com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
-
Packages that use PropertyCacheFile.ExternalResource Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. -
-
Uses of PropertyCacheFile.ExternalResource in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle that return types with arguments of type PropertyCacheFile.ExternalResource Modifier and Type Method Description private static java.util.Set<PropertyCacheFile.ExternalResource>PropertyCacheFile. loadExternalResources(java.util.Set<java.lang.String> resourceLocations)Loads a set ofPropertyCacheFile.ExternalResourcebased on their locations.Methods in com.puppycrawl.tools.checkstyle with parameters of type PropertyCacheFile.ExternalResource Modifier and Type Method Description private booleanPropertyCacheFile. isResourceChanged(PropertyCacheFile.ExternalResource resource)Checks whether the resource is changed.Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type PropertyCacheFile.ExternalResource Modifier and Type Method Description private booleanPropertyCacheFile. areExternalResourcesChanged(java.util.Set<PropertyCacheFile.ExternalResource> resources)Checks whether the contents of external configuration resources were changed.private voidPropertyCacheFile. fillCacheWithExternalResources(java.util.Set<PropertyCacheFile.ExternalResource> externalResources)Fills cache with a set ofPropertyCacheFile.ExternalResource.
-