com.googlecode.ssdutils.jlauncher
Class OptionsFactory

java.lang.Object
  extended by com.googlecode.ssdutils.jlauncher.OptionsFactory

public class OptionsFactory
extends Object

Author:
Sylvain Sicard

Constructor Summary
OptionsFactory()
           
 
Method Summary
 void buildOptions(org.apache.commons.cli.Options options, LaunchConfiguration launchConfiguration)
           
 boolean initAndValidate(LaunchConfiguration launchConfiguration, org.apache.commons.cli.CommandLine line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsFactory

public OptionsFactory()
Method Detail

buildOptions

public void buildOptions(org.apache.commons.cli.Options options,
                         LaunchConfiguration launchConfiguration)
Parameters:
options -
launchConfiguration -

initAndValidate

public boolean initAndValidate(LaunchConfiguration launchConfiguration,
                               org.apache.commons.cli.CommandLine line)
                        throws IllegalArgumentException,
                               IllegalAccessException
Parameters:
launchConfiguration -
line -
Returns:
Throws:
IllegalAccessException
IllegalArgumentException


Copyright © 2011. All Rights Reserved.