- FailedMethodException - Exception in com.frostdeveloper.api.exception
-
An exception used when a method failed to execute its code correctly.
- FailedMethodException() - Constructor for exception com.frostdeveloper.api.exception.FailedMethodException
-
An exception caught when a method failed to execute correctly.
- FailedMethodException(String) - Constructor for exception com.frostdeveloper.api.exception.FailedMethodException
-
An exception caught when a method failed to execute correctly.
- FailedMethodException(String, Throwable) - Constructor for exception com.frostdeveloper.api.exception.FailedMethodException
-
An exception caught when a method failed to execute correctly.
- FailedMethodException(String, Object...) - Constructor for exception com.frostdeveloper.api.exception.FailedMethodException
-
An exception caught when a method failed to execute correctly.
- FailedMethodException(String, Throwable, Object...) - Constructor for exception com.frostdeveloper.api.exception.FailedMethodException
-
An exception caught when a method failed to execute correctly.
- format(Date) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to format a date to a pre-defined pattern
- format(String, Date) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to format a date to a specific pattern
- format(String, Object...) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to format a method to include an array of parameters in the message
using a number format variable (i.e {0}).
- format(boolean, String, Object...) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to format a string and translate Bukkit color codes
- format(ConsoleColor, String, Object...) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to format our console colors into the specified input, this method includes
the ability to add parameters by default.
- FrostAPI - Class in com.frostdeveloper.api
-
A class used to house redundant methods used across multiple projects, this plugin
is designed to make development easier for all current and future projects.
- FrostAPI() - Constructor for class com.frostdeveloper.api.FrostAPI
-
- getCreatedDate(File) - Method in class com.frostdeveloper.api.FrostAPI
-
This method is used to get the date a file was created.
- getExtension(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a string representation of a file path
- getExtension(File) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a file path
- getExtension(Path) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a file path
- getExtension(String, boolean) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a string representation of a file path.
- getExtension(File, boolean) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a file path, Additionally define whether
the extension should contain its '.' character.
- getExtension(Path, boolean) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file extension from a file path, Additionally define whether
the extension should contain its '.' character.
- getFileAttribute(File) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the attributes to a file.
- getFileName(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file name in a path.
- getFileName(Path) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to get the file name in a path.
- getInstance() - Static method in class com.frostdeveloper.api.FrostAPI
-
A method used to return an instance of this api class
- getLastAccessed(File) - Method in class com.frostdeveloper.api.FrostAPI
-
This method is used to get the date a file was last accessed.
- getLastModified(File) - Method in class com.frostdeveloper.api.FrostAPI
-
This method is used to get the date a file was last modified.
- getProperty(String) - Method in class com.frostdeveloper.api.core.Properties
-
A method used to search for a specific property key inside our property list, If the
key is not found, this method will return null
- getProperty(String, Object) - Method in class com.frostdeveloper.api.core.Properties
-
A method used to search for a specific property key inside our property list, If the
key is not found, this method will return the specified default property value.
- getResource(String) - Method in class com.frostdeveloper.api.FrostAPI
-
Returns an input stream for reading the specified resource.
- getResourceURL(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return the url for a resource located in this .jar's resources file.
- getToday() - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return the current time
- getTodayAsString() - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return the current date and time as a string
- getTodayAsString(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return the current date and time as a string
- isAfterDate(String, String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is after a different date.
- isAfterDate(Date, Date) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is after a different date.
- isBeforeDate(String, String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is before a different date.
- isBeforeDate(String, Date) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is before a different date.
- isBeforeDate(Date, String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is before a different date.
- isBeforeDate(Date, Date) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to test whether a date is before a different date.
- isDirectory(File) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index is a directory or not.
- isDirectory(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index path is a directory or not.
- isDirectory(Path) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index path is a directory or not.
- isEmpty() - Method in class com.frostdeveloper.api.core.Properties
-
Returns true if this map contains no key-value mappings.
- isFalse(Object, String) - Static method in class com.frostdeveloper.api.handler.Validate
-
A method used to validate that an object is equal to false, if not this method will throw
an exception with the specified message.
- isFalse(Object) - Static method in class com.frostdeveloper.api.handler.Validate
-
A method used to validate that an object is equal to false, if not this method will throw
an exception.
- isFile(File) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index is a file or not.
- isFile(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index path is a file or not.
- isFile(Path) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return whether an index path is a file or not.
- isOrdered() - Method in class com.frostdeveloper.api.core.Properties
-
A method used to return whether a properties are to be in alphabetical order.
- isTrue(Object, String) - Static method in class com.frostdeveloper.api.handler.Validate
-
A method used to validate that an object is equal to true, if not this method will throw
an exception with the specified message.
- isTrue(Object) - Static method in class com.frostdeveloper.api.handler.Validate
-
A method used to validate that an object is equal to true, if not this method will throw
an exception.
- toBoolean(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return an object as a boolean
- toDate(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to convert a string to a valid date.
- toDay(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used in a runnable.
- toDouble(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return an object as a double
- toFile(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to create a file object from a string path.
- toFile(Path) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to create a file object from a path.
- toFile(File, String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to create a file object from a string path.
- toHour(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used in a runnable.
- toInteger(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return an object as an integer
- toLocale(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to convert a string into a usable locale, this method pairs with the
Apache Commons library to convert the string.
- toMinute(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used in a runnable.
- toSecond(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used in a runnable.
- toString(Object) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to return an object as a string
- toString() - Method in enum com.frostdeveloper.api.utility.ConsoleColor
-
A method used to get the color code for a console color
- toTime(String) - Method in class com.frostdeveloper.api.FrostAPI
-
A method used to turn a string into a valid time, and calculate the amount required.