Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Set<PropertyCacheFile.ExternalResource> |
PropertyCacheFile.loadExternalResources(java.util.Set<java.lang.String> resourceLocations)
Loads a set of
PropertyCacheFile.ExternalResource based on their locations. |
Modifier and Type | Method and 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 of
PropertyCacheFile.ExternalResource . |