| Package | Description |
|---|---|
| com.izforge.izpack.util.file | |
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Modifier and Type | Method and Description |
|---|---|
Resource |
SourceFileScanner.getResource(String name)
returns resource information for a file at destination
|
Resource |
DirectoryScanner.getResource(String name)
Get the named resource.
|
static Resource[] |
ResourceUtils.selectOutOfDateSources(Resource[] source,
FileNameMapper mapper,
ResourceFactory targets)
tells which source files should be reprocessed based on the
last modification date of target files
|
static Resource[] |
ResourceUtils.selectOutOfDateSources(Resource[] resources,
FileNameMapper mapper,
ResourceFactory targets,
long granularity)
tells which source files should be reprocessed based on the
last modification date of target files
|
| Modifier and Type | Method and Description |
|---|---|
static Resource[] |
ResourceUtils.selectOutOfDateSources(Resource[] source,
FileNameMapper mapper,
ResourceFactory targets)
tells which source files should be reprocessed based on the
last modification date of target files
|
static Resource[] |
ResourceUtils.selectOutOfDateSources(Resource[] resources,
FileNameMapper mapper,
ResourceFactory targets,
long granularity)
tells which source files should be reprocessed based on the
last modification date of target files
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourceFactory.getResource(String name)
Query a resource (file, zipentry, ...) by name
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SelectorUtils.isOutOfDate(Resource src,
Resource target,
int granularity)
Returns dependency information on these two resources.
|
Copyright © 2001–2025. All rights reserved.