|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.tools.servicebuilder.ServiceBuilder
public class ServiceBuilder
| Field Summary | |
|---|---|
static String |
AUTHOR
|
| Constructor Summary | |
|---|---|
ServiceBuilder()
|
|
| Method Summary | |
|---|---|
static String |
getContent(String fileName)
|
static boolean |
hasAnnotation(com.thoughtworks.qdox.model.AbstractBaseJavaEntity abstractBaseJavaEntity,
String annotationName)
|
static void |
writeFile(File file,
String content)
|
static void |
writeFile(File file,
String content,
String author)
|
static void |
writeFile(File file,
String content,
String author,
Map<String,Object> jalopySettings)
|
static void |
writeFileRaw(File file,
String content)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AUTHOR
| Constructor Detail |
|---|
public ServiceBuilder()
| Method Detail |
|---|
public static String getContent(String fileName)
throws Exception
Exception
public static boolean hasAnnotation(com.thoughtworks.qdox.model.AbstractBaseJavaEntity abstractBaseJavaEntity,
String annotationName)
public static void writeFile(File file,
String content)
throws IOException
IOException
public static void writeFile(File file,
String content,
String author)
throws IOException
IOException
public static void writeFile(File file,
String content,
String author,
Map<String,Object> jalopySettings)
throws IOException
IOException
public static void writeFileRaw(File file,
String content)
throws IOException
IOException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||