org.freecompany.redline
Class DumpPayload

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

public class DumpPayload
extends java.lang.Object

Convenience class for dumping the payload of an RPM file to a file. This is useful in debugging problems in RPM generation.


Constructor Summary
DumpPayload()
           
 
Method Summary
static void main(java.lang.String[] args)
          Dumps the contents of the payload for an RPM file to the provided file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpPayload

public DumpPayload()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Dumps the contents of the payload for an RPM file to the provided file. This method accepts an RPM file from standard input and dumps it's payload out to the file name provided as the first argument.

Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.