|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.SecureAssert
public class SecureAssert
| Constructor Summary | |
|---|---|
SecureAssert()
|
|
| Method Summary | |
|---|---|
static void |
assertFileEmpty(String fileName)
Check from it's own name if file is empty. |
static void |
assertFileExists(String fileName)
Check from it's own name if file exists. |
static void |
assertFileNotEmpty(String fileName)
Check from it's own name if file is not empty. |
static void |
assertIsFile(String fileName)
Check from it's own name if fileName is file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureAssert()
| Method Detail |
|---|
public static void assertFileExists(String fileName)
fileName - - name of the filepublic static void assertIsFile(String fileName)
fileName - - name of the filepublic static void assertFileNotEmpty(String fileName)
fileName - - name of the filepublic static void assertFileEmpty(String fileName)
fileName - - name of the file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||