Uses of Class
com.puppycrawl.tools.checkstyle.PropertyCacheFile.ExternalResource
Packages that use PropertyCacheFile.ExternalResource
Package
Description
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.ExternalResourceModifier and TypeMethodDescriptionprivate static Set<PropertyCacheFile.ExternalResource>
PropertyCacheFile.loadExternalResources
(Set<String> resourceLocations) Loads a set ofPropertyCacheFile.ExternalResource
based on their locations.Methods in com.puppycrawl.tools.checkstyle with parameters of type PropertyCacheFile.ExternalResourceModifier and TypeMethodDescriptionprivate boolean
PropertyCacheFile.isResourceChanged
(PropertyCacheFile.ExternalResource resource) Checks whether the resource is changed.Method parameters in com.puppycrawl.tools.checkstyle with type arguments of type PropertyCacheFile.ExternalResourceModifier 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
.