|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.admin.Publish
public class Publish
This class contains methods needed to publish objects to a flattened configuration file.
Constructor Summary | |
---|---|
Publish()
|
Method Summary | |
---|---|
static void |
addOperation(ContainerConfig cc,
OperationConfig oc)
Adds an Operation section to a container |
static void |
addVersionInfo(String name,
String cls,
ContainerConfig cc)
Adds a VersionInfo record for a component to a container |
static List |
getDependentObjects(BaseConfiguration config)
Returns a list of components/objects that a given configuration depends on (e.g. |
static MetamergeConfig |
publish(BaseConfiguration[] items,
String url)
Publish an array of items |
static MetamergeConfig |
publish(BaseConfiguration item,
String url)
Publish a list of items |
static MetamergeConfig |
publish(List items,
String url)
Publish a list of items |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Publish()
Method Detail |
---|
public static List getDependentObjects(BaseConfiguration config) throws Exception
config
- The configuration for which dependencies are generated
Exception
public static MetamergeConfig publish(BaseConfiguration item, String url) throws Exception
item
- A list of items to publishurl
- The file or url to publish to
Exception
public static MetamergeConfig publish(BaseConfiguration[] items, String url) throws Exception
items
- The array of items to publishurl
- The file or url to publish to
Exception
public static MetamergeConfig publish(List items, String url) throws Exception
items
- The array of items to publishurl
- The file or url to publish to
Exception
public static void addOperation(ContainerConfig cc, OperationConfig oc) throws Exception
cc
- The receiving containeroc
- The operation source
Exception
public static void addVersionInfo(String name, String cls, ContainerConfig cc) throws Exception
name
- The name of the componentcls
- The component's java class namecc
- The receiving container
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |