|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.access.FunctionsRepository
public class FunctionsRepository
Provide the list of available functions
Constructor Summary | |
---|---|
FunctionsRepository()
|
Method Summary | |
---|---|
static java.lang.String |
getContent()
Write the content |
static java.lang.String[] |
getFunctionList()
Read the functions from file |
static void |
nukeRepository()
Clear the repository |
static void |
setOutputDirectoyBasedOnCurrentTime()
Set the current output directory based on the current time |
static void |
writeContent(java.lang.String content)
Save the content to a file |
static void |
writeFunctionDocumentation(java.lang.String fileName,
java.lang.String content)
Save the documentation of a function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionsRepository()
Method Detail |
---|
public static void nukeRepository()
public static java.lang.String getContent()
public static java.lang.String[] getFunctionList()
public static void writeContent(java.lang.String content)
content
- public static void setOutputDirectoyBasedOnCurrentTime()
public static void writeFunctionDocumentation(java.lang.String fileName, java.lang.String content)
fileName
- the output filecontent
- the documentation of the function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |