Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
Variable.arguments()
Get a list of required arguments.
|
Object |
Arguments.get(int pos)
Get value by position.
|
T |
Variable.instantiate(Users users,
Arguments arguments)
Make an instance of it.
|
Variable<?> |
Repo.make(User user,
Spec spec)
Make an instance from a spec.
|
Constructor and Description |
---|
Spec.Strict(String text,
Repo repo,
User user,
Users users,
Coordinates work,
Class<?> type)
Public ctor.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.