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 _lsr(String[] args)
public String system_internal(boolean allowFail, String[] args) throws Exception
Exceptionpublic String _system_allow_fail(String[] args) throws Exception
Exceptionpublic String _cat(String[] args) throws IOException
IOExceptionpublic String _base64(String... args) throws IOException
IOExceptionpublic String _digest(String... args) throws NoSuchAlgorithmException, IOException
NoSuchAlgorithmExceptionIOExceptionpublic 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
ExceptionCopyright © 2019 aQute SARL. All rights reserved.