org.freecompany.redline
Class Test

java.lang.Object
  extended by org.freecompany.redline.Test

public final 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.


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
 

Method Detail

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 © 2014. All Rights Reserved.