public class Macro
extends com.smoothcsv.core.macro.apiimpl.APIBase
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the macro.
|
static Macro |
fromFile(java.lang.String pathname)
Constructs Macro from the given pathname.
|
static Macro |
fromString(java.lang.String source)
Constructs Macro from the given source.
|
public static Macro fromFile(java.lang.String pathname)
pathname
- the pathnamepublic static Macro fromString(java.lang.String source)
source
- the source codepublic void execute()