com.googlecode.ssdutils.jlauncher
Class AnnotationsReader
java.lang.Object
com.googlecode.ssdutils.jlauncher.AnnotationsReader
public class AnnotationsReader
- extends Object
- Author:
- Sylvain Sicard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAUNCHER_ANNOTATION
protected static final String LAUNCHER_ANNOTATION
AnnotationsReader
public AnnotationsReader()
getClassByName
protected Class<?> getClassByName(String className)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getLauncherClasses
public Set<String> getLauncherClasses()
throws IOException
- Parameters:
strings -
- Returns:
-
- Throws:
IOException
getOptions
public Set<Field> getOptions(Class<?> launcherClazz)
getLauncherMethods
public Set<Method> getLauncherMethods(Class<?> launcherClazz)
getLaunchConfiguration
public Set<LaunchConfiguration> getLaunchConfiguration()
throws IOException,
ClassNotFoundException,
InstantiationException,
IllegalAccessException
- Returns:
-
- Throws:
ClassNotFoundException
IOException
IllegalAccessException
InstantiationException
Copyright © 2011. All Rights Reserved.