aQute.lib.osgi
public class Macro extends Object implements Replacer
| Field Summary | |
|---|---|
| static String | _fmodifiedHelp |
| Constructor Summary | |
|---|---|
| Macro(Properties properties, Processor domain, Object... targets) | |
| Macro(Processor processor) | |
| Method Summary | |
|---|---|
| Properties | getFlattenedProperties()
Take all the properties and translate them to actual values. |
| static String | getString(InputStream in) |
| static char | getTerminator(char c) |
| String | process(String line) |
| protected String | replace(String key, Macro.Link link) |
| static void | verifyCommand(String[] args, String help, Pattern[] patterns, int low, int high) |
| String | _basename(String[] args) |
| String | _cat(String[] args)
Get the contents of a file.
|
| String | _currenttime(String[] args) |
| String | _def(String[] args) |
| String | _dir(String[] args) |
| String | _error(String[] args) |
| String | _filter(String[] args) |
| String | _filterout(String[] args) |
| String | _fmodified(String[] args) |
| String | _if(String[] args) |
| String | _isdir(String[] args) |
| String | _isfile(String[] args) |
| String | _join(String[] args) |
| String | _literal(String[] args) |
| String | _long2date(String[] args) |
| String | _lsa(String[] args) |
| String | _lsr(String[] args)
Wildcard a directory. |
| String | _now(String[] args) |
| String | _replace(String[] args)
replace ;
|
| String | _sort(String[] args) |
| String | _system(String[] args)
System command. |
| String | _toclassname(String[] args) |
| String | _toclasspath(String[] args) |
| String | _tstamp(String[] args) |
| String | _uniq(String[] args) |
| String | _version(String[] args) |
| String | _warning(String[] args) |
Returns: A new Properties with the flattened values
Parameters: in
Returns:
Throws: IOException
Parameters: args
Returns:
Parameters: args help patterns low high