Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FILE, AnnotationTarget.CLASS, AnnotationTarget.FUNCTION] )
Link copied to clipboard
Default implementation of KlutterWriter which creates a new File and writes content to it.
Functions
Link copied to clipboard
Create a new File if it does not exist.
Link copied to clipboard
Create a new folder if it does not exist.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Convert a String to camelCase.
Link copied to clipboard
Convert a String to snake_case.
Link copied to clipboard
Return the File or throw a KlutterException if it does not exist.
Link copied to clipboard