- RegularFile - Class in org.fedoraproject.xmvn.tools.install
-
A regular file created installed in target package.
- RegularFile(Path, byte[]) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from a byte array.
- RegularFile(Path, byte[], int) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from a byte array.
- RegularFile(Path, Path) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from a source file.
- RegularFile(Path, Path, int) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from a source file.
- RegularFile(Path, Supplier<byte[]>) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from a byte array.
- RegularFile(Path, Supplier<byte[]>, int) - Constructor for class org.fedoraproject.xmvn.tools.install.RegularFile
-
Create a regular file object, which contents will be populated from an input stream.
- Repository - Interface in org.fedoraproject.xmvn.repository
-
Repository of artifacts.
- RepositoryConfigurator - Interface in org.fedoraproject.xmvn.repository
-