public class Macro extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_fileHelp |
static String |
_fmodifiedHelp |
static String |
_nowHelp |
static String |
_sizeHelp |
Constructor and Description |
---|
Macro(Processor domain,
Object... targets) |
public static final String _nowHelp
public static final String _fmodifiedHelp
public static final String _fileHelp
public static final String _sizeHelp
public static char getTerminator(char c)
public String _replace(String[] args)
args
- public String _lsr(String[] args)
public String system_internal(boolean allowFail, String[] args) throws Exception
args
- help
- patterns
- low
- high
- Exception
public String _system_allow_fail(String[] args) throws Exception
Exception
public String _cat(String[] args) throws IOException
in
- IOException
public static void verifyCommand(String[] args, String help, Pattern[] patterns, int low, int high)
public Properties getFlattenedProperties()
There are some rules
public Properties getFlattenedProperties(boolean ignoreInstructions)
Property names starting with an underscore ('_') are ignored. These are reserved for properties that cause an unwanted side effect when expanded unnecessary
public int _size(String[] args)
public static Properties getParent(Properties p)
public boolean isNosystem()
public boolean setNosystem(boolean nosystem)
public StringBuffer _subst(String[] args) throws Exception
Exception
Copyright © 2015 aQute SARL. All rights reserved.