net.israfil.mojo.flex2
Class StreamedParameterExecutableWrapper

java.lang.Object
  extended by net.israfil.mojo.flex2.StreamedParameterExecutableWrapper

public class StreamedParameterExecutableWrapper
extends java.lang.Object

A small class that has a static main(String[]), and takes another class which contains a static main(String[]) method. It then wraps that class' main() invocation, pulling all parameter data from standard in, with each parameter separated by .

Version:
$Id: AbstractFlexMojo.java 526 2007-09-05 16:38:27Z christianedwardgruber $
Author:
Christian E Gruber

Constructor Summary
StreamedParameterExecutableWrapper()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamedParameterExecutableWrapper

public StreamedParameterExecutableWrapper()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2007 Israfil Consulting Services Corporation Open-Source Projects. All Rights Reserved.