org.jboss.on.common.jbossas
Class JBossASPaths

java.lang.Object
  extended by org.jboss.on.common.jbossas.JBossASPaths

public class JBossASPaths
extends Object

This is a helper class to define paths of a JBoss AS used to pass these to JBPMWorkflowManager.

Author:
Lukas Krejci

Constructor Summary
JBossASPaths()
           
JBossASPaths(String homeDir, String serverDir)
           
 
Method Summary
 String getHomeDir()
           
 String getServerDir()
           
 void setHomeDir(String homeDir)
           
 void setServerDir(String serverDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossASPaths

public JBossASPaths()

JBossASPaths

public JBossASPaths(String homeDir,
                    String serverDir)
Method Detail

getHomeDir

public String getHomeDir()

setHomeDir

public void setHomeDir(String homeDir)

getServerDir

public String getServerDir()

setServerDir

public void setServerDir(String serverDir)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.