public class MemoryMapConfigFileParserDelegate extends FileFinder<HashMap<String,MemoryMapConfigMemory>>
| Constructor and Description |
|---|
MemoryMapConfigFileParserDelegate() |
MemoryMapConfigFileParserDelegate(List<AbstractMemoryMapParser> parsers) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker rc) |
List<AbstractMemoryMapParser> |
getParsers() |
static Pattern |
getPatternForMemoryLayout(String sectionName) |
HashMap<String,MemoryMapConfigMemory> |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
void |
setParsers(List<AbstractMemoryMapParser> parsers) |
findFilepublic MemoryMapConfigFileParserDelegate()
public MemoryMapConfigFileParserDelegate(List<AbstractMemoryMapParser> parsers)
public HashMap<String,MemoryMapConfigMemory> invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic List<AbstractMemoryMapParser> getParsers()
public void setParsers(List<AbstractMemoryMapParser> parsers)
public void checkRoles(org.jenkinsci.remoting.RoleChecker rc)
throws SecurityException
SecurityExceptionCopyright © 2016–2018. All rights reserved.