org.freecompany.redline
Class Test
java.lang.Object
org.freecompany.redline.Test
public class Test
- extends Object
Simple test class to validate that a basic
RPM file can be correctly generated. The
results of this test class can be read in
by the scanner to validate it's format.
|
Constructor Summary |
Test()
|
|
Method Summary |
static void |
main(String[] args)
Builds a test RPM file using the provided optional arguments. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
main
public static void main(String[] args)
throws Exception
- Builds a test RPM file using the provided optional arguments.
The first argument is the target path of a file to add to the
RPM, and the second argument is the path to the actual file
content.
- Throws:
Exception - if an error occurrs generating the test
RPM file
Copyright © 2012. All Rights Reserved.