Class ModuleRepositoryGenerator
- java.lang.Object
-
- com.mulesoft.runtime.ang.classpath.ModuleRepositoryGenerator
-
public class ModuleRepositoryGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description ModuleRepositoryGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(File outputFolder)static voidmain(String[] args)org.mule.runtime.container.api.ModuleRepositoryread()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
generate
public void generate(File outputFolder) throws IOException
- Throws:
IOException
-
read
public org.mule.runtime.container.api.ModuleRepository read() throws IOException- Throws:
IOException
-
-