All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.mb.gel

java.lang.Object
   |
   +----com.ibm.beans.mb.gel

public class gel
extends Object
gel takes two or more repositories and combines them into one. It can also be used to convert repositories from one style to another. For instance, a directory repository can be converted into a JAR file repository.

Syntax:

gel [repository1] [repository2] ... [output_repository]

The repository type is determined by the repository name suffix:


Constructor Index

 o gel()

Method Index

 o main(String[])
 o mergeRepositories(String[], String)

Constructors

 o gel
 public gel()

Methods

 o main
 public static void main(String args[]) throws FileNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, IOException
 o mergeRepositories
 public static int mergeRepositories(String input[],
                                     String output) throws FileNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index