Class Metal
java.lang.Object
br.dev.pedrolamarao.gradle.metal.base.Metal
Metal utilities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCommands dependencies configuration name.static final StringCommands elements configuration name.static final StringEmpty elements configuration name.static final StringExecutable dependencies configuration name.static final StringExecutable elements configuration name.static final StringImportable dependencies configuration name.static final StringImportable elements configuration name.static final StringIncludable dependencies configuration name.static final StringIncludable elements configuration name.static final StringLinkable dependencies configuration name.static final StringLinkable elements configuration name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FiletoExecutableFile(String list, String name) Find executable file in path.
-
Field Details
-
COMMANDS_DEPENDENCIES
Commands dependencies configuration name.- See Also:
-
COMMANDS_ELEMENTS
Commands elements configuration name.- See Also:
-
EMPTY_ELEMENTS
Empty elements configuration name. (Probably obsolete.)- See Also:
-
EXECUTABLE_DEPENDENCIES
Executable dependencies configuration name.- See Also:
-
EXECUTABLE_ELEMENTS
Executable elements configuration name.- See Also:
-
IMPORTABLE_DEPENDENCIES
Importable dependencies configuration name.- See Also:
-
IMPORTABLE_ELEMENTS
Importable elements configuration name.- See Also:
-
INCLUDABLE_DEPENDENCIES
Includable dependencies configuration name.- See Also:
-
INCLUDABLE_ELEMENTS
Includable elements configuration name.- See Also:
-
LINKABLE_DEPENDENCIES
Linkable dependencies configuration name.- See Also:
-
LINKABLE_ELEMENTS
Linkable elements configuration name.- See Also:
-
-
Constructor Details
-
Metal
public Metal()
-
-
Method Details
-
toExecutableFile
Find executable file in path.- Parameters:
list- pathname- executable name- Returns:
- executable file path
- Throws:
org.gradle.api.GradleException- if file not found
-