|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.tools.migration.gb.GenArtiFactUtil
The class is used for Migration purporse
Field Summary | |
---|---|
static java.lang.String |
ACTION_MAPPINGS
|
static java.lang.String |
BTT_BASEACTION
|
static java.lang.String |
BTT_EJBACTION
|
static java.lang.String |
BTT_EJBACTIONMAPPING
|
static java.lang.String |
BTT_STRUTS_CONFIG
|
static java.lang.String |
BTT_WSIFACTION
|
static java.lang.String |
BTT_WSIFACTIONMAPPING
|
static java.lang.String |
BTT_XML
|
static java.lang.String |
WEBCONTENT
|
static java.lang.String |
WEBINF
|
Constructor Summary | |
---|---|
GenArtiFactUtil()
|
Method Summary | |
---|---|
static java.util.Hashtable |
getAction(org.eclipse.core.resources.IProject project)
Get all ejb |
static java.util.ArrayList |
getAllBPAction(org.eclipse.core.resources.IProject project)
get all bp by project |
static java.util.ArrayList |
getAllEjbAction(org.eclipse.core.resources.IProject project)
Get all ejb by project |
static java.util.ArrayList |
getBPAction(java.lang.String module,
org.eclipse.core.resources.IProject project)
get bp by modulename |
static java.util.Hashtable |
getBPActionHash(java.lang.String module,
org.eclipse.core.resources.IProject project)
Get bp action in Hashtable |
static java.lang.String |
getBTTProjName()
Get BTT project name |
static java.util.ArrayList |
getEjbAction(java.lang.String module,
org.eclipse.core.resources.IProject project)
Get ejb by module name |
static org.eclipse.core.resources.IProject[] |
getIProjects()
Get all project |
static java.util.ArrayList |
getModule(org.eclipse.core.resources.IProject project)
Get all module |
static java.util.Vector |
getPorjectsName()
Get all project name |
static java.lang.String |
getWebXmlPath(org.eclipse.core.resources.IProject project)
Get web.xml path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ACTION_MAPPINGS
public static final java.lang.String BTT_EJBACTION
public static final java.lang.String BTT_WSIFACTION
public static final java.lang.String BTT_BASEACTION
public static final java.lang.String BTT_WSIFACTIONMAPPING
public static final java.lang.String BTT_EJBACTIONMAPPING
public static final java.lang.String BTT_STRUTS_CONFIG
public static final java.lang.String BTT_XML
public static final java.lang.String WEBCONTENT
public static final java.lang.String WEBINF
Constructor Detail |
public GenArtiFactUtil()
Method Detail |
public static org.eclipse.core.resources.IProject[] getIProjects()
public static java.util.Vector getPorjectsName()
public static java.lang.String getBTTProjName()
public static java.lang.String getWebXmlPath(org.eclipse.core.resources.IProject project)
project
-
public static java.util.ArrayList getModule(org.eclipse.core.resources.IProject project) throws java.io.IOException
project
-
java.io.IOException
public static java.util.Hashtable getAction(org.eclipse.core.resources.IProject project) throws java.lang.Exception
project
-
java.lang.Exception
public static java.util.ArrayList getEjbAction(java.lang.String module, org.eclipse.core.resources.IProject project) throws java.lang.Exception
module
- project
-
java.lang.Exception
public static java.util.ArrayList getBPAction(java.lang.String module, org.eclipse.core.resources.IProject project) throws java.lang.Exception
module
- project
-
java.lang.Exception
public static java.util.Hashtable getBPActionHash(java.lang.String module, org.eclipse.core.resources.IProject project) throws java.lang.Exception
module
- project
-
java.lang.Exception
public static java.util.ArrayList getAllEjbAction(org.eclipse.core.resources.IProject project) throws java.lang.Exception
project
-
java.lang.Exception
public static java.util.ArrayList getAllBPAction(org.eclipse.core.resources.IProject project) throws java.lang.Exception
project
-
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |