Class GroovySourceReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.GroovySourceReader
-
- All Implemented Interfaces:
SourceLoader<GroovyInfo>
public class GroovySourceReader extends Object implements SourceLoader<GroovyInfo>
Считыватель метаданных из groovy скриптов
-
-
Constructor Summary
Constructors Constructor Description GroovySourceReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends SourceMetadata>
Sload(GroovyInfo info, String params)
-
-
-
Method Detail
-
load
public <S extends SourceMetadata> S load(GroovyInfo info, String params)
- Specified by:
loadin interfaceSourceLoader<GroovyInfo>
-
-