Uses of Class
com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of PropertyCacheFile.ExternalResource in com.puppycrawl.tools.checkstyle
Modifier and TypeMethodDescriptionprivate static Set<PropertyCacheFile.ExternalResource>
PropertyCacheFile.loadExternalResources
(Set<String> resourceLocations) Loads a set ofPropertyCacheFile.ExternalResource
based on their locations.Modifier and TypeMethodDescriptionprivate boolean
PropertyCacheFile.isResourceChanged
(PropertyCacheFile.ExternalResource resource) Checks whether the resource is changed.Modifier and TypeMethodDescriptionprivate boolean
PropertyCacheFile.areExternalResourcesChanged
(Set<PropertyCacheFile.ExternalResource> resources) Checks whether the contents of external configuration resources were changed.private void
PropertyCacheFile.fillCacheWithExternalResources
(Set<PropertyCacheFile.ExternalResource> externalResources) Fills cache with a set ofPropertyCacheFile.ExternalResource
.