Package | Description |
---|---|
org.fedoraproject.xmvn.tools.install |
Modifier and Type | Class and Description |
---|---|
class |
Directory
A directory installed as part of a package.
|
class |
RegularFile
A regular file created installed in target package.
|
class |
SymbolicLink
A symbolic link installed in target package.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<File> |
Package.getFiles()
Get files contained in this package.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.addFile(File file)
Add a file to this package.
|
void |
Package.addFileIfNotExists(File file)
Add a file to this package if id doesn't already exist in the package.
|
Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.