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.ExternalResource
based on their locations.Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type PropertyCacheFile.ExternalResource Modifier and Type Method Description private boolean
PropertyCacheFile. areExternalResourcesChanged(java.util.Set<PropertyCacheFile.ExternalResource> resources)
Checks whether the contents of external configuration resources were changed.private void
PropertyCacheFile. fillCacheWithExternalResources(java.util.Set<PropertyCacheFile.ExternalResource> externalResources)
Fills cache with a set ofPropertyCacheFile.ExternalResource
.
-