| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.jmerge.PropertyMerger
This implements the method run(java.lang.Object), which is called just like main during headless workbench invocation.
Field Summary | |
protected static Pattern | propertyLine
|
protected String | sourceProperties
|
protected Map | sourceToTargetMap
|
protected String | targetProperties
|
protected Map | targetToSourceMap
|
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable |
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
Constructor Summary | |
PropertyMerger()
This creates an empty instances, when used as a runnable. |
Method Summary | |
String | createPropertiesForInputStream(InputStream inputStream)
|
String | createPropertiesForURI(String uri)
Create a JDOM from a URI. |
String | getSourceProperties()
|
Map | getSourceToTargetMap()
|
String | getTargetProperties()
|
void | merge()
|
Map | parse(String properties)
|
Object | run(Object object)
This is called with the command line arguments of a headless workbench invocation. |
void | setSourceProperties(String sourceProperties)
|
void | setTargetProperties(String targetProperties)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String sourceProperties
protected String targetProperties
protected Map sourceToTargetMap
protected Map targetToSourceMap
protected static Pattern propertyLine
Constructor Detail |
public PropertyMerger()
Method Detail |
public String getSourceProperties()
public void setSourceProperties(String sourceProperties)
public String getTargetProperties()
public void setTargetProperties(String targetProperties)
public Map getSourceToTargetMap()
public String createPropertiesForURI(String uri)
public String createPropertiesForInputStream(InputStream inputStream)
public void merge()
public Map parse(String properties)
public Object run(Object object)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |