JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Deventropy Shared Utils :: Java
ver. 1.0-alpha.1-SNAPSHOT
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
I
K
N
O
U
A
ArgumentCheck
- Class in
org.deventropy.shared.utils
Utility methods to check arguments for validity.
C
ClassUtil
- Class in
org.deventropy.shared.utils
Utility methods around classes and class loaders.
createGZippedTarArchiveOfDirectory(String, File, String)
- Static method in class org.deventropy.shared.utils.
DirectoryArchiverUtil
Create a GZipped tar archive with all the contents of the directory.
createJarArchiveOfDirectory(String, File, String)
- Static method in class org.deventropy.shared.utils.
DirectoryArchiverUtil
Create a Jar archive with all the contents of the directory.
createTarArchiveOfDirectory(String, File, String)
- Static method in class org.deventropy.shared.utils.
DirectoryArchiverUtil
Create a tar archive with all the contents of the directory.
createZipArchiveOfDirectory(String, File, String)
- Static method in class org.deventropy.shared.utils.
DirectoryArchiverUtil
Create a zip archive with all the contents of the directory.
D
DirectoryArchiverUtil
- Class in
org.deventropy.shared.utils
Utility class providing convenience methods to create Zip/Jar archives for entire directories.
G
getApplicableClassloader(Object)
- Static method in class org.deventropy.shared.utils.
ClassUtil
Searches for and finds an appropriate class loader to use.
getFileForWrite(String)
- Static method in class org.deventropy.shared.utils.
UrlResourceUtil
getUrl(String, ClassLoader)
- Static method in class org.deventropy.shared.utils.
UrlResourceUtil
getUrl(String)
- Static method in class org.deventropy.shared.utils.
UrlResourceUtil
I
isFile(String)
- Static method in class org.deventropy.shared.utils.
UrlResourceUtil
K
KNOWN_PROTOCOLS
- Static variable in class org.deventropy.shared.utils.
UrlResourceUtil
known protocols.
N
notNull(T, String)
- Static method in class org.deventropy.shared.utils.
ArgumentCheck
Checks to make sure the argument object is not null.
notNullOrEmpty(String, String)
- Static method in class org.deventropy.shared.utils.
ArgumentCheck
Checks to make sure a string is not null or empty.
O
org.deventropy.shared.utils
- package org.deventropy.shared.utils
Deventropy Shared Java Utils is a shared library of utility classes used by various JUnit Helper libraries.
U
URL_PROTOCOL_CLASSPATH
- Static variable in class org.deventropy.shared.utils.
UrlResourceUtil
Classpath URL prefix.
URL_PROTOCOL_FILE
- Static variable in class org.deventropy.shared.utils.
UrlResourceUtil
File url prefix.
URL_PROTOCOL_HTTP
- Static variable in class org.deventropy.shared.utils.
UrlResourceUtil
HTTP url prefix.
URL_PROTOCOL_HTTPS
- Static variable in class org.deventropy.shared.utils.
UrlResourceUtil
HTTPS url prefix.
UrlResourceUtil
- Class in
org.deventropy.shared.utils
A utility class to provide uniform resource loading capability from real and
pseudo
URLs, like classpath.
A
C
D
G
I
K
N
O
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Deventropy Shared Utils :: Java
ver. 1.0-alpha.1-SNAPSHOT
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016-2016 Development Entropy (deventropy.org) Contributors