Uses of Class
org.fedoraproject.xmvn.tools.install.File
-
Packages that use File Package Description org.fedoraproject.xmvn.tools.install -
-
Uses of File in org.fedoraproject.xmvn.tools.install
Subclasses of File in org.fedoraproject.xmvn.tools.install Modifier and Type Class 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.Methods in org.fedoraproject.xmvn.tools.install that return types with arguments of type File Modifier and Type Method Description java.util.Set<File>
JavaPackage. getFiles()
java.util.Set<File>
Package. getFiles()
Get files contained in this package.Methods in org.fedoraproject.xmvn.tools.install with parameters of type File Modifier and Type Method 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.
-