org.apache.struts2.showcase.xslt
Class JVMAction.ImportantInfo

java.lang.Object
  extended by org.apache.struts2.showcase.xslt.JVMAction.ImportantInfo
Enclosing class:
JVMAction

public class JVMAction.ImportantInfo
extends Object


Constructor Summary
JVMAction.ImportantInfo(String classpath, Properties properties)
           
 
Method Summary
 String getClasspath()
           
 Properties getSystemProperties()
           
 void setClasspath(String classpath)
           
 void setSystemProperties(Properties systemProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMAction.ImportantInfo

public JVMAction.ImportantInfo(String classpath,
                               Properties properties)
Method Detail

getClasspath

public String getClasspath()

setClasspath

public void setClasspath(String classpath)

getSystemProperties

public Properties getSystemProperties()

setSystemProperties

public void setSystemProperties(Properties systemProperties)


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.