Class FileSection
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.jsp.sourcemap.FileSection
-
public class FileSection extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSectionEntry
get(int id)
List<String>
getFilenames()
void
put(int id, FileSectionEntry entry)
-
-
-
Method Detail
-
put
public void put(int id, FileSectionEntry entry)
-
get
public FileSectionEntry get(int id)
-
-