abstract class AbstractScript extends groovy.lang.Script
GeoClimate is a geospatial processing toolbox for environmental and climate studies
https://github.com/orbisgis/geoclimate.
This code is part of the GeoClimate project. GeoClimate is free software;
you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation;
version 3.0 of the License.
GeoClimate is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details
| Constructor and description |
|---|
AbstractScript() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
debug(java.lang.Object message) |
|
void |
error(java.lang.Object message) |
|
void |
info(java.lang.Object message) |
|
static java.lang.String |
postfix(java.lang.String name)Postfix the given String with '_' and an UUID.. |
|
static java.lang.String |
postfix(java.lang.String name, java.lang.String postfix)Postfix the given String with the given postfix. |
|
static java.lang.String |
prefix(java.lang.String name)Prefix the given String with '_' and an UUID. |
|
static java.lang.String |
prefix(java.lang.String prefix, java.lang.String name)Prefix the given String with the given prefix. |
|
static java.lang.String |
uuid() |
|
void |
warn(java.lang.Object message) |
| Methods inherited from class | Name |
|---|---|
class groovy.lang.Script |
groovy.lang.Script#println(java.lang.Object), groovy.lang.Script#println(), groovy.lang.Script#run(java.io.File, [Ljava.lang.String;), groovy.lang.Script#run(), groovy.lang.Script#getProperty(java.lang.String), groovy.lang.Script#printf(java.lang.String, java.lang.Object), groovy.lang.Script#printf(java.lang.String, [Ljava.lang.Object;), groovy.lang.Script#setProperty(java.lang.String, java.lang.Object), groovy.lang.Script#print(java.lang.Object), groovy.lang.Script#evaluate(java.lang.String), groovy.lang.Script#evaluate(java.io.File), groovy.lang.Script#getBinding(), groovy.lang.Script#setBinding(groovy.lang.Binding), groovy.lang.Script#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.Script#getMetaClass(), groovy.lang.Script#setMetaClass(groovy.lang.MetaClass), groovy.lang.Script#wait(long, int), groovy.lang.Script#wait(), groovy.lang.Script#wait(long), groovy.lang.Script#equals(java.lang.Object), groovy.lang.Script#toString(), groovy.lang.Script#hashCode(), groovy.lang.Script#getClass(), groovy.lang.Script#notify(), groovy.lang.Script#notifyAll() |
Postfix the given String with '_' and an UUID..
name - String to postfixPostfix the given String with the given postfix.
postfix - Postfixname - String to postfixPrefix the given String with '_' and an UUID.
name - String to prefixPrefix the given String with the given prefix.
prefix - Prefixname - String to prefix