org.freecompany.redline
Class DumpPayload

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

public final class DumpPayload
extends Object

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


Method Summary
static void main(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
 

Method Detail

main

public static void main(String[] args)
                 throws 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:
Exception


Copyright © 2014. All Rights Reserved.