public class MemoryMapMapParserDelegate extends FileFinder<HashMap<String,MemoryMapConfigMemory>>
Constructor and Description |
---|
MemoryMapMapParserDelegate() |
MemoryMapMapParserDelegate(List<AbstractMemoryMapParser> parsers) |
MemoryMapMapParserDelegate(List<AbstractMemoryMapParser> parsers,
HashMap<String,MemoryMapConfigMemory> config) |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
List<AbstractMemoryMapParser> |
getParsers() |
static Pattern |
getPatternForMemorySection(String sectionName) |
HashMap<String,MemoryMapConfigMemory> |
invoke(File file,
hudson.remoting.VirtualChannel vc) |
void |
setParsers(List<AbstractMemoryMapParser> parsers) |
findFile
public MemoryMapMapParserDelegate()
public MemoryMapMapParserDelegate(List<AbstractMemoryMapParser> parsers)
public MemoryMapMapParserDelegate(List<AbstractMemoryMapParser> parsers, HashMap<String,MemoryMapConfigMemory> config)
public HashMap<String,MemoryMapConfigMemory> invoke(File file, hudson.remoting.VirtualChannel vc) throws IOException, InterruptedException
IOException
InterruptedException
public List<AbstractMemoryMapParser> getParsers()
public void setParsers(List<AbstractMemoryMapParser> parsers)
parsers
- the parsers to setpublic void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
SecurityException
Copyright © 2016–2018. All rights reserved.