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) |
findFile
public MemoryMapConfigFileParserDelegate()
public MemoryMapConfigFileParserDelegate(List<AbstractMemoryMapParser> parsers)
public HashMap<String,MemoryMapConfigMemory> invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
IOException
InterruptedException
public List<AbstractMemoryMapParser> getParsers()
public void setParsers(List<AbstractMemoryMapParser> parsers)
public void checkRoles(org.jenkinsci.remoting.RoleChecker rc) throws SecurityException
SecurityException
Copyright © 2016–2018. All rights reserved.