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 classDirectoryA directory installed as part of a package.classRegularFileA regular file created installed in target package.classSymbolicLinkA symbolic link installed in target package.Fields in org.fedoraproject.xmvn.tools.install with type parameters of type File Modifier and Type Field Description private java.util.Set<File>Package. filesList of files that will be installed into this 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 voidPackage. addFile(File file)Add a file to this package.voidPackage. addFileIfNotExists(File file)Add a file to this package if id doesn't already exist in the package.
-