# Functions
After Java8 returns true if a version is greater than or equal to 8.0.0 and false if less.
BeforeJava9 returns true if a version is less 9.0.0 and false if greater.
CopyDirectory copies source to destination recursively.
CopyFile copies source to destination.
CopySymlink copies source to destination.
DefaultApplicationRoutes creates a new instance of ApplicationRoutes, extracting the value from the CNB_APP_ROUTES environment variable.
ExtractTar extracts a source TAR file to a destination directory.
ExtractTarGz extracts source GZIP'd TAR file to a destination directory.
ExtractTarXz extracts source XZ TAR file to a destination directory.
ExtractZip extracts source ZIP file to a destination directory.
FileExists returns whether a file exists taking into account various error cases.
FindFiles searches a directory structure for files matching the provided pattern, returning their full paths if found.
FindMainModule examines a package.json file in the root of the Application and returns the value for "main" if it exists.
FindServiceCredentials returns the credentials payload for given service.
HasFile searches a directory structure for a file matching the provided pattern, returning true if found.
No description provided by the author
WriteFile writes a file with the given content.
WriteFileFromReader writes a file with the given content from a io.Reader.
WriteSymlink creates newName as a symbolic link to oldName.
# Structs
ApplicationRoute represents a route exposed by the platform to an application.
# Type aliases
ApplicationRoutes is a map of route name to ApplicationRoute.
Credentials is the collection of credentials available exposed by a service.