| Package | Description |
|---|---|
| com.izforge.izpack.util.file.types | |
| com.izforge.izpack.util.file.types.selectors |
| Modifier and Type | Field and Description |
|---|---|
protected Path |
Mapper.classpath |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.createPath()
Creates a nested
<path> element. |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.add(Path path)
Adds a nested path
|
void |
Path.addExisting(Path source)
Adds the components on the given path which exist to this
Path.
|
void |
Path.addExisting(Path source,
boolean tryUserDir)
Same as addExisting, but support classpath behavior if tryUserDir
is true.
|
void |
Path.append(Path other)
Append the contents of the other Path instance to this.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
ExtendSelector.createClasspath()
Specify the classpath to use to load the Selector (nested element).
|
Path |
ExtendSelector.getClasspath()
Get the classpath
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendSelector.setClasspath(Path classpath)
Set the classpath to load the classname specified using an attribute.
|
Copyright © 2001–2025. All rights reserved.