Package org.tentackle.wurblet
Class Inject
- java.lang.Object
-
- org.wurbelizer.wurblet.AbstractWurblet
-
- org.tentackle.wurblet.Inject
-
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
public class Inject extends org.wurbelizer.wurblet.AbstractWurblet(@wurblet) Injects code from the argument list.usage:
@wurblet <|> Inject [--string] <text>arguments:
- --string: enclose in double quotes.
- text: the text to inject.
<must be used. If to the right, use>.Example:
String text = /**/"blah"/**/; // @wurblet < Inject --string $some_variable
-
-
Constructor Summary
Constructors Constructor Description Inject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-