Cleaner class
| Modifiers | Name | Description |
|---|---|---|
class |
Cleaner.DirectoryFilter |
Class to filter files as directory |
class |
Cleaner.NonSnapshotDirectoryFilter |
Class to filter files that are not snapshot |
| Type | Name and description |
|---|---|
java.lang.Object |
cleanedSize |
CleanConfiguration |
configurationConfiguration to use |
Cleaner.DirectoryFilter |
directoryFilterFilter to apply into repository |
Cleaner.NonSnapshotDirectoryFilter |
nonSnapshotDirectoryFilterFilter for non snapshots |
java.util.Date |
nowNow date to use into cleaner |
| Constructor and description |
|---|
Cleaner
(CleanConfiguration configuration)Creates a cleaner for a configuration |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
run()Run cleaner |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Configuration to use
Filter to apply into repository
Filter for non snapshots
Now date to use into cleaner
Creates a cleaner for a configuration
configuration - Configuration to use into cleanerGroovy Documentation