Index
All Classes and Interfaces|All Packages
C
- Chmod - Class in com.helixframework.file
-
The Chmod class provides methods for setting POSIX file permissions on a file or directory.
- com.helixframework.file - package com.helixframework.file
- convertNumericToPosix(int) - Static method in class com.helixframework.file.Chmod
-
Converts a numeric permission value to a POSIX permissions string.
D
- doesResourceExist(String) - Static method in class com.helixframework.file.ResourceUtil
-
Checks to see if the resource exists.
- doesResourceExist(String, Class<?>) - Static method in class com.helixframework.file.ResourceUtil
-
Checks to see if the resource exists.
G
- getJsonResourceAs(String, Class<?>, Class<T>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the JSON resource, as a concrete type, off the classloader of the specified class.
- getJsonResourceAs(String, Class<T>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the JSON resource, as a concrete type, off the current classloader's classpath.
- getResourceAsFile(String) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource, as a File, off the current classloader's classpath.
- getResourceAsFile(String, Class<?>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource, as a File, off the classloader of the specified class.
- getResourceAsJsonNode(String) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the JSON resource, as a JsonNode, off the current classloader's classpath.
- getResourceAsJsonNode(String, Class<?>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the JSON resource, as a JsonNode, off the classloader of the specified class.
- getResourceAsStream(String) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource off the current classloader's classpath.
- getResourceAsStream(String, Class<?>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource off the classloader of the specified class.
- getResourceAsString(String) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource, as a string, off the current classloader's classpath.
- getResourceAsString(String, Class<?>) - Static method in class com.helixframework.file.ResourceUtil
-
Gets the resource, as a string, off the classloader of the specified class.
R
- ResourceUtil - Class in com.helixframework.file
-
Utility for working with classpath resources.
S
- setPermissions(File, int) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the specified file using the provided numeric permissions.
- setPermissions(File, String) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the given file using the specified permissions string.
- setPermissions(String, int) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the specified file path using the provided numeric permissions.
- setPermissions(String, String) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the specified file or directory using the specified permissions string.
- setPermissions(Path, int) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the specified path using the specified permissions string.
- setPermissions(Path, String) - Static method in class com.helixframework.file.Chmod
-
Sets the POSIX file permissions for the specified path using the specified permissions string.
All Classes and Interfaces|All Packages