SYMBOL INDEX (7833 symbols across 853 files) FILE: build/dist-tools/mount-dmg/mount-dmg.c function main (line 13) | int function do_mount (line 31) | static int function do_umount (line 49) | static int function exec_mount (line 66) | static void function exec_umount (line 81) | static void function wait_status (line 92) | static int FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/CSSDetector.java class CSSDetector (line 15) | public class CSSDetector { method isBodyCSS (line 17) | boolean isBodyCSS(IHttpResponse response) { method skipWhitespace (line 57) | private int skipWhitespace(String body, int idx) { method skipComments (line 63) | private int skipComments(String body, int idx) { method isCSSKeyword (line 80) | private boolean isCSSKeyword(String body, int idx) { FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/ContentAnalyzer.java class ContentAnalyzer (line 31) | public class ContentAnalyzer implements IContentAnalyzer { method ContentAnalyzer (line 46) | ContentAnalyzer(ContentAnalyzerFactory factory, IScanInstance scanInst... method processResponse (line 53) | @Override method setDefaultAddToRequestLog (line 58) | @Override method processResponse (line 63) | @Override method getBestMimeType (line 99) | private String getBestMimeType(IContentAnalyzerResult result) { method setResponseProcessingModules (line 109) | @Override method runExtractUrls (line 114) | private void runExtractUrls(ContentAnalyzerResult result, IHttpRespons... method schemeEquals (line 124) | private boolean schemeEquals(VegaURI uri, String scheme) { method runResponseProcessingModules (line 129) | private void runResponseProcessingModules(HttpRequest request, IHttpRe... method isDefaultResponseProcessingMimetype (line 147) | private boolean isDefaultResponseProcessingMimetype(MimeType mime) { method setAddLinksToModel (line 152) | @Override FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/ContentAnalyzerFactory.java class ContentAnalyzerFactory (line 24) | public class ContentAnalyzerFactory implements IContentAnalyzerFactory { method ContentAnalyzerFactory (line 31) | public ContentAnalyzerFactory() { method createContentAnalyzer (line 35) | @Override method createWorkspaceEventHandler (line 40) | private IEventHandler createWorkspaceEventHandler() { method handleWorkspaceOpen (line 54) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 58) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 62) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method getCurrentWorkspace (line 66) | IWorkspace getCurrentWorkspace() { method activate (line 70) | void activate() { method deactivate (line 74) | void deactivate() { method setModel (line 79) | protected void setModel(IModel model) { method unsetModel (line 83) | protected void unsetModel(IModel model) { FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/ContentAnalyzerResult.java class ContentAnalyzerResult (line 22) | public class ContentAnalyzerResult implements IContentAnalyzerResult { method addUri (line 28) | void addUri(VegaURI uri) { method setDeclaredMimeType (line 32) | void setDeclaredMimeType(MimeType mime) { method setSniffedMimeType (line 36) | void setSniffedMimeType(MimeType mime) { method getDiscoveredURIs (line 40) | @Override method getDeclaredMimeType (line 45) | @Override method getSniffedMimeType (line 50) | @Override FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/JavascriptDetector.java class JavascriptDetector (line 15) | public class JavascriptDetector { method isBodyJavascript (line 18) | boolean isBodyJavascript(IHttpResponse response) { method skipComments (line 57) | private int skipComments(String body, int idx) { FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/MimeDetector.java class MimeDetector (line 24) | public class MimeDetector { method addExtraNames (line 47) | static void addExtraNames(MimeType mime, String ... names) { method getDeclaredMimeType (line 55) | MimeType getDeclaredMimeType(IHttpResponse response) { method headerToMimeType (line 61) | private MimeType headerToMimeType(Header hdr) { method getSniffedMimeType (line 76) | MimeType getSniffedMimeType(IHttpResponse response) { method getSniffedMimeTypeForAscii (line 92) | MimeType getSniffedMimeTypeForAscii(String buffer) { method getSniffedMimeTypeForBinary (line 136) | MimeType getSniffedMimeTypeForBinary(String buffer) { method charAt (line 212) | char charAt(String buffer, int idx) { FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/urls/HtmlUrlExtractor.java class HtmlUrlExtractor (line 36) | public class HtmlUrlExtractor { method findHtmlUrls (line 38) | List findHtmlUrls(IHttpResponse response) { method findHtmlUrls (line 56) | List findHtmlUrls(IHttpResponse response, HttpEntity entity, ... method extractUrlsFromDocument (line 62) | private List extractUrlsFromDocument(IHttpResponse response, ... method inputStreamToString (line 72) | private String inputStreamToString(InputStream in) throws IOException { method extractURIs (line 83) | private List extractURIs(IHttpResponse response, Document doc... method validateHost (line 122) | private boolean validateHost(HttpHost host) { method hasValidHttpScheme (line 134) | private boolean hasValidHttpScheme(URI uri) { method createURI (line 139) | private URI createURI(String link) { method extractMetaRefresh (line 149) | private String extractMetaRefresh(Document document, Element e) { method absUri (line 159) | private String absUri(IHttpResponse response, String baseUri, String p... method responseBodyUriScanFast (line 211) | private ArrayList responseBodyUriScanFast(IHttpResponse respo... method locationExtractor (line 316) | private VegaURI locationExtractor(IHttpResponse response, String v) { FILE: platform/com.subgraph.vega.analysis/src/com/subgraph/vega/internal/analysis/urls/UrlExtractor.java class UrlExtractor (line 18) | public class UrlExtractor { method findUrls (line 21) | public List findUrls(IHttpResponse response) { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/analysis/IContentAnalyzer.java type IContentAnalyzer (line 18) | public interface IContentAnalyzer { method processResponse (line 19) | IContentAnalyzerResult processResponse(IHttpResponse response); method processResponse (line 20) | IContentAnalyzerResult processResponse(IHttpResponse response, boolean... method setResponseProcessingModules (line 21) | void setResponseProcessingModules(List modu... method setAddLinksToModel (line 22) | void setAddLinksToModel(boolean flag); method setDefaultAddToRequestLog (line 23) | void setDefaultAddToRequestLog(boolean flag); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/analysis/IContentAnalyzerFactory.java type IContentAnalyzerFactory (line 15) | public interface IContentAnalyzerFactory { method createContentAnalyzer (line 16) | IContentAnalyzer createContentAnalyzer(IScanInstance scanInstance); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/analysis/IContentAnalyzerResult.java type IContentAnalyzerResult (line 17) | public interface IContentAnalyzerResult { method getDiscoveredURIs (line 18) | List getDiscoveredURIs(); method getDeclaredMimeType (line 19) | MimeType getDeclaredMimeType(); method getSniffedMimeType (line 20) | MimeType getSniffedMimeType(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/analysis/MimeType.java type MimeType (line 13) | public enum MimeType { method fromCanonicalName (line 63) | public static MimeType fromCanonicalName(String name) { method MimeType (line 73) | MimeType(String name) { method getCanonicalName (line 77) | public String getCanonicalName() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/console/ConsoleOutputEvent.java class ConsoleOutputEvent (line 15) | public class ConsoleOutputEvent implements IEvent { method ConsoleOutputEvent (line 20) | public ConsoleOutputEvent(String output, boolean isErrorOutput) { method getOutput (line 25) | public String getOutput() { method isErrorOutput (line 29) | public boolean isErrorOutput() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/console/IConsole.java type IConsole (line 15) | public interface IConsole { method write (line 16) | void write(String output); method error (line 17) | void error(String output); method registerDisplay (line 18) | void registerDisplay(IConsoleDisplay display); method addConsoleOutputListener (line 19) | void addConsoleOutputListener(IEventHandler listener); method removeConsoleOutputListener (line 20) | void removeConsoleOutputListener(IEventHandler listener); method debug (line 21) | void debug(String output); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/console/IConsoleDisplay.java type IConsoleDisplay (line 13) | public interface IConsoleDisplay { method printOutput (line 14) | void printOutput(String output); method printDebug (line 15) | void printDebug(String output); method printError (line 16) | void printError(String output); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/crawler/ICrawlerResponseProcessor.java type ICrawlerResponseProcessor (line 17) | public interface ICrawlerResponseProcessor { method processResponse (line 18) | void processResponse(IWebCrawler crawler, HttpUriRequest request, IHtt... method processException (line 19) | void processException(HttpUriRequest request, Throwable ex, Object arg... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/crawler/IWebCrawler.java type IWebCrawler (line 17) | public interface IWebCrawler { method getRequestEngine (line 18) | IHttpRequestEngine getRequestEngine(); method submitTask (line 19) | void submitTask(HttpUriRequest request, ICrawlerResponseProcessor call... method submitTask (line 20) | void submitTask(HttpUriRequest request, ICrawlerResponseProcessor call... method setStopOnEmptyQueue (line 21) | void setStopOnEmptyQueue(boolean value); method start (line 22) | void start(); method pause (line 23) | void pause(); method unpause (line 24) | void unpause(); method isPaused (line 25) | boolean isPaused(); method stop (line 26) | void stop() throws InterruptedException; method waitFinished (line 27) | void waitFinished() throws InterruptedException; FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/crawler/IWebCrawlerFactory.java type IWebCrawlerFactory (line 16) | public interface IWebCrawlerFactory { method create (line 17) | IWebCrawler create(IRequestOrigin requestOrigin); method create (line 18) | IWebCrawler create(IHttpRequestEngine requestEngine); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/events/EventListenerManager.java class EventListenerManager (line 16) | public class EventListenerManager { method addListener (line 19) | public void addListener(final IEventHandler listener) { method removeListener (line 25) | public void removeListener(final IEventHandler listener) { method clearListeners (line 31) | public synchronized void clearListeners() { method fireEvent (line 35) | public void fireEvent(final IEvent event) { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/events/IEvent.java type IEvent (line 16) | public interface IEvent {} FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/events/IEventHandler.java type IEventHandler (line 13) | public interface IEventHandler { method handleEvent (line 14) | void handleEvent(IEvent event); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/events/NamedEventListenerManager.java class NamedEventListenerManager (line 17) | public class NamedEventListenerManager { method addListener (line 21) | public void addListener(String key, IEventHandler listener) { method fireEvent (line 25) | public void fireEvent(String key, final IEvent event) { method fireAllKeys (line 29) | public void fireAllKeys(IEvent event) { method removeListener (line 36) | public void removeListener(String name, IEventHandler listener) { method removeListener (line 40) | public void removeListener(IEventHandler listener) { method getAllKeys (line 47) | public Collection getAllKeys() { method getEventManagerByName (line 51) | private EventListenerManager getEventManagerByName(String key) { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/HttpInterceptorLevel.java type HttpInterceptorLevel (line 13) | public enum HttpInterceptorLevel { method HttpInterceptorLevel (line 21) | private HttpInterceptorLevel(String name, Integer serializeValue) { method getName (line 26) | public String getName() { method getSerializeValue (line 30) | public Integer getSerializeValue() { method fromValue (line 34) | public static HttpInterceptorLevel fromValue(Integer serializeValue) { method getDefault (line 45) | public static HttpInterceptorLevel getDefault() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpInterceptProxyEventHandler.java type IHttpInterceptProxyEventHandler (line 13) | public interface IHttpInterceptProxyEventHandler { method handleRequest (line 14) | void handleRequest(IProxyTransaction transaction); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpInterceptor.java type IHttpInterceptor (line 19) | public interface IHttpInterceptor { method setEnabled (line 20) | void setEnabled(boolean enabled); method isEnabled (line 21) | boolean isEnabled(); method addEventHandler (line 22) | void addEventHandler(IHttpInterceptorEventHandler eventHandler); method removeEventHandler (line 23) | void removeEventHandler(IHttpInterceptorEventHandler eventHandler); method setInterceptLevel (line 24) | void setInterceptLevel(TransactionDirection direction, HttpInterceptor... method getInterceptLevel (line 25) | HttpInterceptorLevel getInterceptLevel(TransactionDirection direction); method transactionQueueSize (line 26) | int transactionQueueSize(); method getTransactions (line 27) | IProxyTransaction[] getTransactions(); method transactionQueueGet (line 28) | IProxyTransaction transactionQueueGet(int idx); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpInterceptorEventHandler.java type IHttpInterceptorEventHandler (line 13) | public interface IHttpInterceptorEventHandler { method notifyQueue (line 20) | public void notifyQueue(IProxyTransaction transaction, int idx); method notifyRemove (line 28) | public void notifyRemove(int idx); method notifyEmpty (line 33) | public void notifyEmpty(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpProxyListener.java type IHttpProxyListener (line 15) | public interface IHttpProxyListener { method getConfig (line 16) | IHttpProxyListenerConfig getConfig(); method getRequestEngine (line 17) | IHttpRequestEngine getRequestEngine(); method start (line 18) | void start(); method stop (line 19) | void stop(); method registerEventHandler (line 20) | void registerEventHandler(IHttpInterceptProxyEventHandler handler); method unregisterEventHandler (line 21) | void unregisterEventHandler(IHttpInterceptProxyEventHandler handler); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpProxyListenerConfig.java type IHttpProxyListenerConfig (line 5) | public interface IHttpProxyListenerConfig { method getInetAddress (line 6) | InetAddress getInetAddress(); method setInetAddress (line 7) | void setInetAddress(InetAddress address); method getPort (line 8) | int getPort(); method setPort (line 9) | void setPort(int port); method getBacklog (line 10) | int getBacklog(); method setBacklog (line 11) | void setBacklog(int backlog); method getListenerAddress (line 12) | String getListenerAddress(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpProxyService.java type IHttpProxyService (line 19) | public interface IHttpProxyService { method registerEventHandler (line 20) | void registerEventHandler(IHttpProxyServiceEventHandler handler); method unregisterEventHandler (line 21) | void unregisterEventHandler(IHttpProxyServiceEventHandler handler); method isRunning (line 22) | boolean isRunning(); method isPassthrough (line 23) | boolean isPassthrough(); method isProxyScanEnabled (line 24) | boolean isProxyScanEnabled(); method createListenerConfig (line 25) | IHttpProxyListenerConfig createListenerConfig(); method setListenerConfigs (line 26) | void setListenerConfigs(IHttpProxyListenerConfig[] listenerConfigs); method getListeners (line 27) | IHttpProxyListener[] getListeners(); method getListenerConfigs (line 28) | IHttpProxyListenerConfig[] getListenerConfigs(); method getListenerConfigsCount (line 29) | int getListenerConfigsCount(); method setPassthrough (line 30) | void setPassthrough(boolean enabled); method setProxyScanEnabled (line 31) | void setProxyScanEnabled(boolean enabled); method getProxyScanConfig (line 32) | IScannerConfig getProxyScanConfig(); method start (line 33) | void start(); method stop (line 34) | void stop(); method getTransactionManipulator (line 35) | IHttpProxyTransactionManipulator getTransactionManipulator(); method getInterceptor (line 36) | IHttpInterceptor getInterceptor(); method getResponseProcessingModules (line 37) | List getResponseProcessingModules(); method getProxyScanModules (line 38) | List getProxyScanModules(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpProxyServiceEventHandler.java type IHttpProxyServiceEventHandler (line 3) | public interface IHttpProxyServiceEventHandler { method notifyStart (line 8) | void notifyStart(int numListeners); method notifyStartListener (line 14) | void notifyStartListener(IHttpProxyListener listener); method notifyStop (line 19) | void notifyStop(); method notifyStopListener (line 25) | void notifyStopListener(IHttpProxyListener listener); method notifyConfigChange (line 31) | void notifyConfigChange(int numListeners); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IHttpProxyTransactionManipulator.java type IHttpProxyTransactionManipulator (line 22) | public interface IHttpProxyTransactionManipulator { method setUserAgent (line 28) | void setUserAgent(String userAgent); method setUserAgentOverride (line 35) | void setUserAgentOverride(boolean override); method setBrowserCacheDisable (line 42) | void setBrowserCacheDisable(boolean disable); method setProxyCacheDisable (line 49) | void setProxyCacheDisable(boolean disable); method process (line 56) | void process(HttpRequest request); method process (line 63) | void process(HttpResponse response); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IProxyTransaction.java type IProxyTransaction (line 18) | public interface IProxyTransaction { type TransactionDirection (line 19) | enum TransactionDirection { method TransactionDirection (line 23) | TransactionDirection(String name) { this.name = name; } method getName (line 24) | String getName() { return name; } method getRequestEngine (line 30) | IHttpRequestEngine getRequestEngine(); method setEventHandler (line 37) | void setEventHandler(IProxyTransactionEventHandler eventHandler); method setRequest (line 45) | void setRequest(HttpUriRequest request); method hasRequest (line 50) | boolean hasRequest(); method getRequest (line 55) | HttpUriRequest getRequest(); method hasResponse (line 60) | boolean hasResponse(); method getResponse (line 65) | IHttpResponse getResponse(); method doForward (line 70) | void doForward(); method doDrop (line 75) | void doDrop(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/IProxyTransactionEventHandler.java type IProxyTransactionEventHandler (line 13) | public interface IProxyTransactionEventHandler { method notifyForward (line 18) | void notifyForward(); method notifyComplete (line 25) | void notifyComplete(boolean dropped); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/proxy/ProxyTransactionEvent.java class ProxyTransactionEvent (line 15) | public class ProxyTransactionEvent implements IEvent { method ProxyTransactionEvent (line 18) | public ProxyTransactionEvent(IProxyTransaction transaction) { method getTransaction (line 22) | public IProxyTransaction getTransaction() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpHeaderBuilder.java type IHttpHeaderBuilder (line 15) | public interface IHttpHeaderBuilder { method setFromHeader (line 16) | public void setFromHeader(Header header); method setName (line 17) | public void setName(String name); method getName (line 18) | public String getName(); method setValue (line 19) | public void setValue(String value); method getValue (line 20) | public String getValue(); method buildHeader (line 21) | public Header buildHeader(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpMacroContext.java type IHttpMacroContext (line 15) | public interface IHttpMacroContext { method setDict (line 20) | void setDict(Map dict); method getDict (line 26) | Map getDict(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpMacroExecutor.java type IHttpMacroExecutor (line 23) | public interface IHttpMacroExecutor { method getRequestEngine (line 28) | IHttpRequestEngine getRequestEngine(); method getMacro (line 34) | IHttpMacro getMacro(); method getMacroContext (line 40) | IHttpMacroContext getMacroContext(); method hasNext (line 46) | boolean hasNext(); method sendNextRequest (line 56) | IHttpRequestTask sendNextRequest(HttpContext context) throws URISyntax... method sendNextRequest (line 65) | IHttpRequestTask sendNextRequest() throws URISyntaxException, Unsuppor... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpMessageBuilder.java type IHttpMessageBuilder (line 18) | public interface IHttpMessageBuilder { method clear (line 22) | void clear(); method setParams (line 29) | void setParams(HttpParams params); method getParams (line 36) | HttpParams getParams(); method setProtocolVersion (line 38) | void setProtocolVersion(ProtocolVersion protocolVersion); method getProtocolVersion (line 39) | ProtocolVersion getProtocolVersion(); method setHeaders (line 41) | void setHeaders(Header[] headers); method addHeader (line 42) | IHttpHeaderBuilder addHeader(String name, String value); method setHeader (line 43) | IHttpHeaderBuilder setHeader(String name, String value); method removeHeader (line 44) | void removeHeader(IHttpHeaderBuilder header); method removeHeaders (line 45) | void removeHeaders(String name); method clearHeaders (line 46) | void clearHeaders(); method swapHeader (line 47) | void swapHeader(int idx1, int idx2); method getHeaderIdxOf (line 48) | int getHeaderIdxOf(IHttpHeaderBuilder next); method getHeaderCnt (line 49) | int getHeaderCnt(); method getHeader (line 50) | IHttpHeaderBuilder getHeader(int idx); method getHeaders (line 51) | IHttpHeaderBuilder[] getHeaders(); method setEntity (line 53) | void setEntity(HttpEntity entity); method getEntity (line 54) | HttpEntity getEntity(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpMutableRequest.java type IHttpMutableRequest (line 16) | public interface IHttpMutableRequest extends HttpUriRequest, HttpMessage { method setMethod (line 17) | void setMethod(String method); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestBuilder.java type IHttpRequestBuilder (line 23) | public interface IHttpRequestBuilder extends IHttpMessageBuilder { method setFromRequest (line 30) | void setFromRequest(IRequestLogRecord record) throws URISyntaxException; method setFromRequest (line 38) | void setFromRequest(HttpRequest request) throws URISyntaxException; method setFromRequestLine (line 46) | void setFromRequestLine(RequestLine requestLine) throws URISyntaxExcep... method setFromUri (line 53) | void setFromUri(URI uri); method setFromHttpHost (line 60) | void setFromHttpHost(HttpHost host); method setScheme (line 62) | void setScheme(String scheme); method getScheme (line 63) | String getScheme(); method setHost (line 65) | void setHost(String host); method getHost (line 66) | String getHost(); method setHostPort (line 67) | void setHostPort(int port); method getHostPort (line 68) | int getHostPort(); method setMethod (line 70) | void setMethod(String method); method getMethod (line 71) | String getMethod(); method setPath (line 73) | void setPath(String path); method getPath (line 74) | String getPath(); method getRequestLine (line 76) | String getRequestLine(); method buildRequest (line 78) | HttpUriRequest buildRequest(boolean setHeadersEntity) throws URISyntax... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestEngine.java type IHttpRequestEngine (line 28) | public interface IHttpRequestEngine { type EngineConfigType (line 29) | enum EngineConfigType { CONFIG_SCANNER, CONFIG_PROXY } method getRequestEngineConfig (line 35) | IHttpRequestEngineConfig getRequestEngineConfig(); method getRequestOrigin (line 41) | IRequestOrigin getRequestOrigin(); method getHttpClient (line 47) | HttpClient getHttpClient(); method getHttpContext (line 54) | HttpContext getHttpContext(); method getCookieStore (line 61) | CookieStore getCookieStore(); method setCookieStore (line 68) | void setCookieStore(CookieStore cookieStore); method getCookiesForRequest (line 79) | List getCookiesForRequest(HttpHost targetHost, HttpRequest req... method addRequestModifier (line 85) | void addRequestModifier(IHttpRequestModifier modifier); method addRequestListener (line 93) | void addRequestListener(IEventHandler listener); method removeRequestListener (line 99) | void removeRequestListener(IEventHandler listener); method getRequestList (line 105) | IHttpRequestTask[] getRequestList(); method sendRequest (line 114) | IHttpRequestTask sendRequest(HttpUriRequest request, HttpContext conte... method sendRequest (line 122) | IHttpRequestTask sendRequest(HttpUriRequest request); method createMacroContext (line 128) | IHttpMacroContext createMacroContext(); method createMacroExecutor (line 136) | IHttpMacroExecutor createMacroExecutor(IHttpMacro macro, IHttpMacroCon... method createGetRequest (line 138) | HttpUriRequest createGetRequest(HttpHost target, String uri); method createPostRequest (line 139) | HttpUriRequest createPostRequest(HttpHost target, String uri); method createRawRequest (line 140) | HttpUriRequest createRawRequest(HttpHost target, RequestLine requestLi... method createRawEntityEnclosingRequest (line 141) | HttpUriRequest createRawEntityEnclosingRequest(HttpHost target, Reques... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestEngineConfig.java type IHttpRequestEngineConfig (line 15) | public interface IHttpRequestEngineConfig { method setForceIdentityEncoding (line 18) | void setForceIdentityEncoding(boolean value); method setDecompressGzipEncoding (line 19) | void setDecompressGzipEncoding(boolean value); method setUndoURLEncoding (line 20) | void setUndoURLEncoding(boolean value); method getForceIdentityEncoding (line 21) | boolean getForceIdentityEncoding(); method getDecompressGzipEncoding (line 22) | boolean getDecompressGzipEncoding(); method getUndoURLEncoding (line 23) | boolean getUndoURLEncoding(); method registerResponseProcessor (line 24) | void registerResponseProcessor(IHttpResponseProcessor processor); method getResponseProcessors (line 25) | List getResponseProcessors(); method setRequestsPerMinute (line 26) | void setRequestsPerMinute(int rpm); method getRequestsPerMinute (line 27) | int getRequestsPerMinute(); method setMaxConnections (line 28) | void setMaxConnections(int value); method getMaxConnections (line 29) | int getMaxConnections(); method setMaxConnectionsPerRoute (line 30) | void setMaxConnectionsPerRoute(int value); method getMaxConnectionsPerRoute (line 31) | int getMaxConnectionsPerRoute(); method setMaximumResponseKilobytes (line 32) | void setMaximumResponseKilobytes(int kb); method getMaximumResponseKilobytes (line 33) | int getMaximumResponseKilobytes(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestEngineFactory.java type IHttpRequestEngineFactory (line 17) | public interface IHttpRequestEngineFactory { method setProxy (line 29) | void setProxy(HttpHost proxy); method createConfig (line 31) | IHttpRequestEngineConfig createConfig(); method createRequestEngine (line 32) | IHttpRequestEngine createRequestEngine(IHttpRequestEngine.EngineConfig... method createRequestBuilder (line 39) | IHttpRequestBuilder createRequestBuilder(); method createResponseBuilder (line 46) | IHttpResponseBuilder createResponseBuilder(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestModifier.java type IHttpRequestModifier (line 19) | public interface IHttpRequestModifier { method process (line 25) | void process(HttpRequest request, HttpContext context); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpRequestTask.java type IHttpRequestTask (line 20) | public interface IHttpRequestTask { method getRequestEngine (line 25) | IHttpRequestEngine getRequestEngine(); method getRequest (line 31) | HttpUriRequest getRequest(); method abort (line 37) | void abort() throws UnsupportedOperationException; method get (line 44) | IHttpResponse get(boolean readEntity) throws RequestEngineException; method isComplete (line 50) | boolean isComplete(); method getTimeCompleted (line 56) | Date getTimeCompleted(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpResponse.java type IHttpResponse (line 25) | public interface IHttpResponse { type ResponseStatus (line 26) | enum ResponseStatus { RESPONSE_OK } method getResponseStatus (line 27) | ResponseStatus getResponseStatus(); method getRequestUri (line 28) | URI getRequestUri(); method getResponseCode (line 29) | int getResponseCode(); method isFetchFail (line 30) | boolean isFetchFail(); method getOriginalRequest (line 31) | HttpRequest getOriginalRequest(); method getSentCookies (line 32) | List getSentCookies(); method getResponseCookies (line 33) | List getResponseCookies(); method setRawResponse (line 34) | void setRawResponse(HttpResponse response); method getRawResponse (line 35) | HttpResponse getRawResponse(); method getHost (line 36) | HttpHost getHost(); method getBodyAsString (line 37) | String getBodyAsString(); method getParsedHTML (line 38) | IHTMLParseResult getParsedHTML(); method isMostlyAscii (line 39) | boolean isMostlyAscii(); method getPageFingerprint (line 40) | IPageFingerprint getPageFingerprint(); method lockResponseEntity (line 41) | boolean lockResponseEntity(); method getRequestMilliseconds (line 42) | long getRequestMilliseconds(); method setRequestId (line 49) | void setRequestId(long requestId); method getRequestId (line 55) | long getRequestId(); method getRequestOrigin (line 61) | IRequestOrigin getRequestOrigin(); method getTags (line 67) | List getTags(); method addTag (line 73) | void addTag(ITag tag); method removeTag (line 79) | void removeTag(ITag tag); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpResponseBuilder.java type IHttpResponseBuilder (line 18) | public interface IHttpResponseBuilder extends IHttpMessageBuilder { method setFromResponse (line 24) | void setFromResponse(IRequestLogRecord record); method setFromResponse (line 31) | void setFromResponse(HttpResponse response); method setFromStatusLine (line 38) | void setFromStatusLine(StatusLine statusLine); method getStatusLine (line 45) | String getStatusLine(); method buildResponse (line 52) | HttpResponse buildResponse(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpResponseCookie.java type IHttpResponseCookie (line 5) | public interface IHttpResponseCookie extends ClientCookie { method getHeader (line 6) | String getHeader(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IHttpResponseProcessor.java type IHttpResponseProcessor (line 16) | public interface IHttpResponseProcessor { method processResponse (line 17) | void processResponse(HttpRequest request, IHttpResponse response, Http... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/IPageFingerprint.java type IPageFingerprint (line 13) | public interface IPageFingerprint { method getCode (line 14) | int getCode(); method getData (line 15) | int[] getData(); method isSame (line 16) | boolean isSame(IPageFingerprint other); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/RequestEngineException.java class RequestEngineException (line 13) | public class RequestEngineException extends Exception { method RequestEngineException (line 17) | public RequestEngineException(String message) { method RequestEngineException (line 21) | public RequestEngineException(String message, Throwable ex) { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/RequestTaskStartEvent.java class RequestTaskStartEvent (line 18) | public class RequestTaskStartEvent implements IEvent { method RequestTaskStartEvent (line 21) | public RequestTaskStartEvent(IHttpRequestTask requestTask) { method getRequestTask (line 25) | public IHttpRequestTask getRequestTask() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/http/requests/RequestTaskStopEvent.java class RequestTaskStopEvent (line 18) | public class RequestTaskStopEvent implements IEvent { method RequestTaskStopEvent (line 21) | public RequestTaskStopEvent(IHttpRequestTask requestTask) { method getRequestTask (line 25) | public IHttpRequestTask getRequestTask() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/IModel.java type IModel (line 19) | public interface IModel { method addWorkspaceListener (line 20) | IWorkspace addWorkspaceListener(IEventHandler handler); method removeWorkspaceListener (line 21) | void removeWorkspaceListener(IEventHandler handler); method resetCurrentWorkspace (line 22) | void resetCurrentWorkspace(); method openDefaultWorkspace (line 37) | boolean openDefaultWorkspace(); method getWorkspaceEntries (line 44) | List getWorkspaceEntries(); method openWorkspaceByIndex (line 53) | boolean openWorkspaceByIndex(int index); method getCurrentWorkspace (line 55) | IWorkspace getCurrentWorkspace(); method addConditionSetTracker (line 64) | IHttpConditionSet addConditionSetTracker(String name, IEventHandler ha... method removeConditionSetTracker (line 66) | void removeConditionSetTracker(String name, IEventHandler handler); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/IModelProperties.java type IModelProperties (line 15) | public interface IModelProperties { method setProperty (line 16) | void setProperty(String name, Object value); method setStringProperty (line 17) | void setStringProperty(String name, String value); method setIntegerProperty (line 18) | void setIntegerProperty(String name, int value); method getProperty (line 19) | Object getProperty(String name); method getStringProperty (line 20) | String getStringProperty(String name); method getIntegerProperty (line 21) | Integer getIntegerProperty(String name); method propertyKeys (line 22) | List propertyKeys(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/IModelVersion.java type IModelVersion (line 13) | public interface IModelVersion { method getVerMajor (line 14) | int getVerMajor(); method getVerMinor (line 15) | int getVerMinor(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/IWorkspace.java type IWorkspace (line 24) | public interface IWorkspace extends IModelProperties { method getModel (line 25) | IModel getModel(); method getModelVersion (line 26) | IModelVersion getModelVersion(); method getTagModel (line 27) | ITagModel getTagModel(); method getWebModel (line 28) | IWebModel getWebModel(); method getVariableModel (line 29) | IVariableModel getVariableModel(); method getHttpMacroModel (line 30) | IHttpMacroModel getHttpMacroModel(); method getIdentityModel (line 31) | IIdentityModel getIdentityModel(); method getScanAlertRepository (line 32) | IScanAlertRepository getScanAlertRepository(); method getRequestLog (line 33) | IRequestLog getRequestLog(); method getHttpConditionMananger (line 34) | IHttpConditionManager getHttpConditionMananger(); method getHTMLParser (line 35) | IHTMLParser getHTMLParser(); method getTargetScopeManager (line 36) | ITargetScopeManager getTargetScopeManager(); method consoleWrite (line 37) | void consoleWrite(String output); method consoleDebug (line 38) | void consoleDebug(String output); method consoleError (line 39) | void consoleError(String output); method open (line 40) | boolean open(); method close (line 41) | void close(); method lock (line 42) | void lock(); method unlock (line 43) | void unlock(); method reset (line 44) | void reset(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/IWorkspaceEntry.java type IWorkspaceEntry (line 18) | public interface IWorkspaceEntry { method getName (line 19) | String getName(); method getIndex (line 20) | int getIndex(); method isAutostart (line 21) | boolean isAutostart(); method getPath (line 22) | File getPath(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/WorkspaceCloseEvent.java class WorkspaceCloseEvent (line 15) | public class WorkspaceCloseEvent implements IEvent { method WorkspaceCloseEvent (line 18) | public WorkspaceCloseEvent(IWorkspace workspace) { method getWorkspace (line 22) | public IWorkspace getWorkspace() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/WorkspaceLockStatusEvent.java class WorkspaceLockStatusEvent (line 15) | public class WorkspaceLockStatusEvent implements IEvent { method WorkspaceLockStatusEvent (line 18) | public WorkspaceLockStatusEvent(boolean isLockEvent) { method isLockEvent (line 22) | public boolean isLockEvent() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/WorkspaceOpenEvent.java class WorkspaceOpenEvent (line 15) | public class WorkspaceOpenEvent implements IEvent { method WorkspaceOpenEvent (line 18) | public WorkspaceOpenEvent(IWorkspace workspace) { method getWorkspace (line 22) | public IWorkspace getWorkspace() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/WorkspaceResetEvent.java class WorkspaceResetEvent (line 15) | public class WorkspaceResetEvent implements IEvent { method WorkspaceResetEvent (line 18) | public WorkspaceResetEvent(IWorkspace workspace) { method getWorkspace (line 22) | public IWorkspace getWorkspace() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/ActiveScanInstanceEvent.java class ActiveScanInstanceEvent (line 15) | public class ActiveScanInstanceEvent implements IEvent { method ActiveScanInstanceEvent (line 18) | public ActiveScanInstanceEvent(IScanInstance scanInstance) { method getScanInstance (line 22) | public IScanInstance getScanInstance() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/IScanAlert.java type IScanAlert (line 17) | public interface IScanAlert extends IModelProperties { type Severity (line 18) | enum Severity { HIGH, MEDIUM, LOW, INFO, UNKNOWN } method getDiscretionaryHostname (line 19) | String getDiscretionaryHostname(); method getName (line 20) | String getName(); method getSeverity (line 21) | Severity getSeverity(); method getTitle (line 22) | String getTitle(); method getResource (line 23) | String getResource(); method setTemplateName (line 24) | void setTemplateName(String name); method getTemplateName (line 25) | String getTemplateName(); method getKey (line 26) | String getKey(); method hasAssociatedRequest (line 27) | boolean hasAssociatedRequest(); method getScanInstance (line 28) | IScanInstance getScanInstance(); method getScanId (line 29) | long getScanId(); method getRequestId (line 30) | long getRequestId(); method addStringMatchHighlight (line 31) | void addStringMatchHighlight(String matchStr); method addRegexHighlight (line 32) | void addRegexHighlight(String regex); method addRegexCaseInsensitiveHighlight (line 33) | void addRegexCaseInsensitiveHighlight(String regex); method getHighlights (line 34) | Collection getHighlights(); method setDiscretionaryHostname (line 35) | void setDiscretionaryHostname(String hostname); method setResource (line 36) | void setResource(String resourceString); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/IScanAlertHighlight.java type IScanAlertHighlight (line 3) | public interface IScanAlertHighlight { method isRegularExpression (line 4) | boolean isRegularExpression(); method isCaseSensitive (line 5) | boolean isCaseSensitive(); method getMatchString (line 6) | String getMatchString(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/IScanAlertRepository.java type IScanAlertRepository (line 18) | public interface IScanAlertRepository { method addActiveScanInstanceListener (line 20) | List addActiveScanInstanceListener(IEventHandler listen... method removeActiveScanInstanceListener (line 21) | void removeActiveScanInstanceListener(IEventHandler listener); method addActiveScanInstance (line 22) | void addActiveScanInstance(IScanInstance scanInstance); method removeActiveScanInstance (line 23) | void removeActiveScanInstance(IScanInstance scanInstance); method getAllActiveScanInstances (line 24) | List getAllActiveScanInstances(); method getAllScanInstances (line 25) | List getAllScanInstances(); method createNewScanInstance (line 26) | IScanInstance createNewScanInstance(); method removeScanInstance (line 27) | void removeScanInstance(IScanInstance scanInstance); method getScanInstanceByScanId (line 28) | IScanInstance getScanInstanceByScanId(long scanId); method getProxyScanInstance (line 29) | IScanInstance getProxyScanInstance(); method getAlertsByRequestId (line 30) | Collection getAlertsByRequestId(long requestId); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/IScanInstance.java type IScanInstance (line 23) | public interface IScanInstance extends IModelProperties { method createAlert (line 31) | IScanAlert createAlert(String type); method createAlert (line 32) | IScanAlert createAlert(String type, String key); method createAlert (line 33) | IScanAlert createAlert(String type, String key, long requestId); method addAlert (line 34) | void addAlert(IScanAlert alert); method removeAlert (line 35) | void removeAlert(IScanAlert alert); method removeAlerts (line 36) | void removeAlerts(Collection alerts); method hasAlertKey (line 37) | boolean hasAlertKey(String key); method getAlertByKey (line 38) | IScanAlert getAlertByKey(String key); method getAllAlerts (line 39) | List getAllAlerts(); method getScanId (line 41) | long getScanId(); method getScan (line 42) | IScan getScan(); method getStartTime (line 48) | Date getStartTime(); method getStopTime (line 54) | Date getStopTime(); method getScanStatus (line 56) | int getScanStatus(); method isActive (line 57) | boolean isActive(); method isComplete (line 58) | boolean isComplete(); method getScanCompletedCount (line 59) | int getScanCompletedCount(); method getScanTotalCount (line 60) | int getScanTotalCount(); method getScanCurrentPath (line 61) | String getScanCurrentPath(); method setScan (line 62) | void setScan(IScan scan); method updateScanProgress (line 63) | void updateScanProgress(String currentPath, int completedCount, int to... method updateScanProgress (line 64) | void updateScanProgress(int completedCount, int totalCount); method updateScanStatus (line 65) | void updateScanStatus(int status); method notifyScanException (line 66) | void notifyScanException(HttpUriRequest request, Throwable exception); method notifyScanPauseState (line 67) | void notifyScanPauseState(boolean isPaused); method isScanPaused (line 68) | boolean isScanPaused(); method addScanEventListenerAndPopulate (line 70) | void addScanEventListenerAndPopulate(IEventHandler listener); method removeScanEventListener (line 71) | void removeScanEventListener(IEventHandler listener); method deleteScanInstance (line 73) | void deleteScanInstance(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/NewScanAlertEvent.java class NewScanAlertEvent (line 15) | public class NewScanAlertEvent implements IEvent { method NewScanAlertEvent (line 18) | public NewScanAlertEvent(IScanAlert alert) { method getAlert (line 22) | public IScanAlert getAlert() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/NewScanInstanceEvent.java class NewScanInstanceEvent (line 15) | public class NewScanInstanceEvent implements IEvent { method NewScanInstanceEvent (line 18) | public NewScanInstanceEvent(IScanInstance scanInstance) { method getScanInstance (line 22) | public IScanInstance getScanInstance() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/RemoveScanAlertsEvent.java class RemoveScanAlertsEvent (line 7) | public class RemoveScanAlertsEvent implements IEvent { method RemoveScanAlertsEvent (line 11) | public RemoveScanAlertsEvent(IScanInstance scanInstance, Collection getRemovedEvents() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/RemoveScanInstanceEvent.java class RemoveScanInstanceEvent (line 5) | public class RemoveScanInstanceEvent implements IEvent { method RemoveScanInstanceEvent (line 8) | public RemoveScanInstanceEvent(IScanInstance scanInstance) { method getScanInstance (line 12) | public IScanInstance getScanInstance() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/ScanExceptionEvent.java class ScanExceptionEvent (line 17) | public class ScanExceptionEvent implements IEvent { method ScanExceptionEvent (line 23) | public ScanExceptionEvent(HttpUriRequest request, Throwable exception) { method getRequest (line 28) | public HttpUriRequest getRequest() { method getException (line 32) | public Throwable getException() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/ScanPauseStateChangedEvent.java class ScanPauseStateChangedEvent (line 5) | public class ScanPauseStateChangedEvent implements IEvent { method ScanPauseStateChangedEvent (line 8) | public ScanPauseStateChangedEvent(boolean isPaused) { method getPauseState (line 12) | public boolean getPauseState() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/alerts/ScanStatusChangeEvent.java class ScanStatusChangeEvent (line 15) | public class ScanStatusChangeEvent implements IEvent { method ScanStatusChangeEvent (line 22) | public ScanStatusChangeEvent(IScanInstance scanInstance, String curren... method getCurrentPath (line 30) | public String getCurrentPath() { method getScanInstance (line 34) | public IScanInstance getScanInstance() { method getStatus (line 38) | public int getStatus() { method getCompletedCount (line 42) | public int getCompletedCount() { method getTotalCount (line 46) | public int getTotalCount() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/ConditionSetChanged.java class ConditionSetChanged (line 15) | public class ConditionSetChanged implements IEvent { method ConditionSetChanged (line 18) | public ConditionSetChanged(IHttpConditionSet conditionSet) { method getConditionSet (line 22) | public IHttpConditionSet getConditionSet() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/IHttpCondition.java type IHttpCondition (line 19) | public interface IHttpCondition { method getType (line 20) | IHttpConditionType getType(); method getMatchAction (line 21) | IHttpConditionMatchAction getMatchAction(); method setMatchAction (line 22) | void setMatchAction(IHttpConditionMatchAction matchAction); method createCopy (line 23) | IHttpCondition createCopy(); method getValueString (line 24) | String getValueString(); method matches (line 25) | boolean matches(IRequestLogRecord record); method matches (line 26) | boolean matches(HttpRequest request); method matches (line 27) | boolean matches(HttpResponse response); method matches (line 28) | boolean matches(HttpRequest request, HttpResponse response); method isEnabled (line 29) | boolean isEnabled(); method setEnabled (line 30) | void setEnabled(boolean state); method isInternal (line 31) | boolean isInternal(); method isSufficient (line 37) | boolean isSufficient(); method setSufficient (line 38) | void setSufficient(boolean value); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/IHttpConditionManager.java type IHttpConditionManager (line 15) | public interface IHttpConditionManager { method getConditionSet (line 19) | IHttpConditionSet getConditionSet(String name); method getConditionSetCopy (line 20) | IHttpConditionSet getConditionSetCopy(String name); method saveConditionSet (line 21) | void saveConditionSet(String name, IHttpConditionSet conditionSet); method getConditionTypes (line 22) | List getConditionTypes(); method getConditionTypes (line 23) | List getConditionTypes(boolean includeInternal); method getConditionTypeByName (line 24) | IHttpConditionType getConditionTypeByName(String name); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/IHttpConditionSet.java type IHttpConditionSet (line 20) | public interface IHttpConditionSet { method getName (line 21) | String getName(); method matchesAll (line 22) | boolean matchesAll(IRequestLogRecord record); method matchesAll (line 23) | boolean matchesAll(HttpRequest request, HttpResponse response); method matchesAny (line 24) | boolean matchesAny(IRequestLogRecord record); method matchesAny (line 25) | boolean matchesAny(HttpRequest request, HttpResponse response); method hasActiveConditions (line 27) | boolean hasActiveConditions(boolean includeInternal); method notifyChanged (line 29) | void notifyChanged(); method appendTemporaryCondition (line 34) | void appendTemporaryCondition(IHttpCondition condition, boolean notify); method removeTemporaryCondition (line 35) | void removeTemporaryCondition(IHttpCondition condition, boolean notify); method clearTemporaryConditions (line 36) | void clearTemporaryConditions(boolean notify); method getAllTemporaryConditions (line 37) | List getAllTemporaryConditions(boolean includeInternal); method appendCondition (line 39) | void appendCondition(IHttpCondition condition, boolean notify); method removeCondition (line 40) | void removeCondition(IHttpCondition condition, boolean notify); method clearConditions (line 41) | void clearConditions(boolean notify); method getAllConditions (line 42) | List getAllConditions(); method getAllConditions (line 43) | List getAllConditions(boolean includeInternal); method getConditionManager (line 44) | IHttpConditionManager getConditionManager(); method setMatchOnEmptySet (line 45) | void setMatchOnEmptySet(boolean flag); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/IHttpConditionType.java type IHttpConditionType (line 17) | public interface IHttpConditionType { method getName (line 18) | String getName(); method isInternal (line 19) | boolean isInternal(); method createConditionInstance (line 20) | IHttpCondition createConditionInstance(IHttpConditionMatchAction match... method getMatchActions (line 21) | List getMatchActions(); method getMatchActionByName (line 22) | IHttpConditionMatchAction getMatchActionByName(String name); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/match/IHttpConditionIntegerMatchAction.java type IHttpConditionIntegerMatchAction (line 13) | public interface IHttpConditionIntegerMatchAction extends IHttpCondition... method setInteger (line 14) | void setInteger(int value); method matchesValue (line 15) | boolean matchesValue(int value); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/match/IHttpConditionMatchAction.java type IHttpConditionMatchAction (line 13) | public interface IHttpConditionMatchAction { type MatchActionArgumentType (line 14) | enum MatchActionArgumentType { ARGUMENT_REGEX, ARGUMENT_STRING, ARGUME... method getLabel (line 16) | String getLabel(); method getArgumentType (line 17) | MatchActionArgumentType getArgumentType(); method getArgumentAsString (line 18) | String getArgumentAsString(); method setArgumentFromString (line 19) | boolean setArgumentFromString(String value); method isValidArgumentString (line 20) | boolean isValidArgumentString(String value); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/match/IHttpConditionRangeMatchAction.java type IHttpConditionRangeMatchAction (line 13) | public interface IHttpConditionRangeMatchAction extends IHttpConditionMa... method setRange (line 14) | void setRange(int rangeLow, int rangeHigh); method matchesValue (line 15) | boolean matchesValue(int value); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/conditions/match/IHttpConditionStringMatchAction.java type IHttpConditionStringMatchAction (line 13) | public interface IHttpConditionStringMatchAction extends IHttpConditionM... method setString (line 14) | void setString(String value); method matchesValue (line 15) | boolean matchesValue(String value); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IAuthMethod.java type IAuthMethod (line 18) | public interface IAuthMethod { type AuthMethodType (line 19) | enum AuthMethodType { method getType (line 40) | AuthMethodType getType(); method setAuth (line 46) | void setAuth(IHttpRequestEngine requestEngine); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IAuthMethodHttpMacro.java type IAuthMethodHttpMacro (line 15) | public interface IAuthMethodHttpMacro extends IAuthMethod { method setMacro (line 20) | void setMacro(IHttpMacro macro); method getMacro (line 26) | IHttpMacro getMacro(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IAuthMethodNtlm.java type IAuthMethodNtlm (line 16) | public interface IAuthMethodNtlm extends IAuthMethod { method setUsername (line 22) | void setUsername(String username); method getUsername (line 28) | String getUsername(); method setPassword (line 34) | void setPassword(String password); method getPassword (line 40) | String getPassword(); method setWorkstation (line 47) | void setWorkstation(String workstation); method getWorkstation (line 53) | String getWorkstation(); method setDomain (line 59) | void setDomain(String domain); method getDomain (line 65) | String getDomain(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IAuthMethodRfc2617.java type IAuthMethodRfc2617 (line 13) | public interface IAuthMethodRfc2617 extends IAuthMethod { type AuthScheme (line 14) | enum AuthScheme { method setAuthScheme (line 31) | void setAuthScheme(AuthScheme authScheme); method getAuthScheme (line 37) | AuthScheme getAuthScheme(); method setUsername (line 43) | void setUsername(String username); method getUsername (line 49) | String getUsername(); method setPassword (line 55) | void setPassword(String password); method getPassword (line 61) | String getPassword(); method setCharset (line 67) | void setCharset(String charset); method getCharset (line 73) | String getCharset(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IIdentity.java type IIdentity (line 21) | public interface IIdentity extends IVariableDictionary { method setName (line 26) | void setName(String name); method getName (line 32) | String getName(); method setAuthMethod (line 38) | void setAuthMethod(IAuthMethod authMethod); method getAuthMethod (line 44) | IAuthMethod getAuthMethod(); method addPathExclusion (line 50) | void addPathExclusion(String expression); method getPathExclusions (line 56) | Collection getPathExclusions(); method rmPathExclusion (line 62) | void rmPathExclusion(String expression); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/IIdentityModel.java type IIdentityModel (line 17) | public interface IIdentityModel { method getAllIdentities (line 22) | Collection getAllIdentities(); method createIdentity (line 28) | IIdentity createIdentity(); method createAuthMethodRfc2617 (line 34) | IAuthMethodRfc2617 createAuthMethodRfc2617(); method createAuthMethodNtlm (line 40) | IAuthMethodNtlm createAuthMethodNtlm(); method createAuthMethodHttpMacro (line 46) | IAuthMethodHttpMacro createAuthMethodHttpMacro(); method store (line 53) | void store(IIdentity scanIdentity); method isIdentityStored (line 60) | boolean isIdentityStored(IIdentity identity); method getIdentityByName (line 66) | IIdentity getIdentityByName(String name); method addChangeListener (line 73) | void addChangeListener(IEventHandler listener); method removeChangeListener (line 79) | void removeChangeListener(IEventHandler listener); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/identity/NewIdentityEvent.java class NewIdentityEvent (line 18) | public class NewIdentityEvent implements IEvent { method NewIdentityEvent (line 21) | public NewIdentityEvent(IIdentity identity) { method getIdentity (line 25) | public IIdentity getIdentity() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/macros/IHttpMacro.java type IHttpMacro (line 22) | public interface IHttpMacro { method setName (line 27) | void setName(String name); method getName (line 33) | String getName(); method createMacroItem (line 42) | IHttpMacroItem createMacroItem(IRequestLogRecord record) throws URISyn... method removeMacroItem (line 48) | void removeMacroItem(IHttpMacroItem item); method getMacroItems (line 54) | Collection getMacroItems(); method macroItemsSize (line 60) | int macroItemsSize(); method indexOfMacroItem (line 67) | int indexOfMacroItem(IHttpMacroItem item); method swapMacroItems (line 73) | void swapMacroItems(int idx1, int idx2); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/macros/IHttpMacroItem.java type IHttpMacroItem (line 24) | public interface IHttpMacroItem { method getRequestLogRecord (line 29) | IRequestLogRecord getRequestLogRecord(); method setUseCookies (line 35) | void setUseCookies(boolean useCookies); method getUseCookies (line 42) | boolean getUseCookies(); method setKeepCookies (line 48) | void setKeepCookies(boolean keepCookies); method getKeepCookies (line 55) | boolean getKeepCookies(); method createParam (line 64) | IHttpMacroItemParam createParam(String name, String value, ValueSetIn ... method removeParam (line 70) | void removeParam(IHttpMacroItemParam param); method paramsSize (line 76) | int paramsSize(); method indexOfParam (line 83) | int indexOfParam(IHttpMacroItemParam param); method swapParams (line 89) | void swapParams(int idx1, int idx2); method getParams (line 95) | Collection getParams(); method getParam (line 102) | IHttpMacroItemParam[] getParam(String name); method createRequest (line 110) | HttpUriRequest createRequest(IHttpMacroContext context) throws URISynt... method setRequestBuilder (line 120) | void setRequestBuilder(IHttpRequestBuilder requestBuilder, IHttpMacroC... method updateFromRequestBuilder (line 127) | void updateFromRequestBuilder(IHttpRequestBuilder requestBuilder) thro... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/macros/IHttpMacroItemParam.java type IHttpMacroItemParam (line 16) | public interface IHttpMacroItemParam { type ValueSource (line 20) | enum ValueSource { method ValueSource (line 27) | private ValueSource(String description) { method getDescription (line 31) | public String getDescription() { type ValueSetIn (line 39) | enum ValueSetIn { method getName (line 48) | String getName(); method setValueSource (line 54) | void setValueSource(ValueSource source); method getValueSource (line 60) | ValueSource getValueSource(); method setSetIn (line 66) | void setSetIn(ValueSetIn setIn); method getSetIn (line 72) | ValueSetIn getSetIn(); method setValue (line 80) | void setValue(String value); method getValue (line 89) | String getValue(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/macros/IHttpMacroModel.java type IHttpMacroModel (line 17) | public interface IHttpMacroModel { method getAllMacros (line 22) | Collection getAllMacros(); method createMacro (line 28) | IHttpMacro createMacro(); method store (line 35) | void store(IHttpMacro macro); method isMacroStored (line 42) | boolean isMacroStored(IHttpMacro macro); method getMacroByName (line 48) | IHttpMacro getMacroByName(String name); method addChangeListener (line 55) | void addChangeListener(IEventHandler listener); method removeChangeListener (line 61) | void removeChangeListener(IEventHandler listener); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/macros/NewMacroEvent.java class NewMacroEvent (line 18) | public class NewMacroEvent implements IEvent { method NewMacroEvent (line 21) | public NewMacroEvent(IHttpMacro macro) { method getMacro (line 25) | public IHttpMacro getMacro() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestLog.java type IRequestLog (line 21) | public interface IRequestLog { method getNextRequestId (line 22) | long getNextRequestId(); method allocateRequestId (line 23) | long allocateRequestId(); method addRequestResponse (line 24) | long addRequestResponse(IHttpResponse response); method lookupRecord (line 25) | IRequestLogRecord lookupRecord(long requestId); method getAllRecords (line 26) | List getAllRecords(); method getRecordsByConditionSet (line 27) | List getRecordsByConditionSet(IHttpConditionSet fil... method getRecordIteratorByConditionSet (line 28) | Iterator getRecordIteratorByConditionSet(IHttpCondi... method getRequestOriginProxy (line 29) | IRequestOriginProxy getRequestOriginProxy(InetAddress address, int port); method getRequestOriginScanner (line 30) | IRequestOriginScanner getRequestOriginScanner(IScanInstance scanInstan... method getRequestOriginRequestEditor (line 31) | IRequestOrigin getRequestOriginRequestEditor(); method addNewRecordListener (line 33) | void addNewRecordListener(IRequestLogNewRecordListener callback); method addNewRecordListener (line 34) | void addNewRecordListener(IRequestLogNewRecordListener callback, IHttp... method removeNewRecordListener (line 35) | void removeNewRecordListener(IRequestLogNewRecordListener callback); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestLogNewRecordListener.java type IRequestLogNewRecordListener (line 3) | public interface IRequestLogNewRecordListener { method onNewRecord (line 4) | public void onNewRecord(RequestLogNewRecordEvent event); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestLogRecord.java type IRequestLogRecord (line 19) | public interface IRequestLogRecord extends ITaggable { method getRequestId (line 20) | long getRequestId(); method getTimestamp (line 21) | long getTimestamp(); method getRequestMilliseconds (line 27) | long getRequestMilliseconds(); method getRequestOrigin (line 33) | IRequestOrigin getRequestOrigin(); method getHttpHost (line 35) | HttpHost getHttpHost(); method getRequest (line 36) | HttpRequest getRequest(); method getResponse (line 37) | HttpResponse getResponse(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestOrigin.java type IRequestOrigin (line 17) | public interface IRequestOrigin { type Origin (line 21) | public enum Origin { method getOrigin (line 31) | Origin getOrigin(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestOriginProxy.java type IRequestOriginProxy (line 18) | public interface IRequestOriginProxy extends IRequestOrigin { method getInetAddress (line 23) | InetAddress getInetAddress(); method getPort (line 29) | int getPort(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/IRequestOriginScanner.java type IRequestOriginScanner (line 18) | public interface IRequestOriginScanner extends IRequestOrigin { method getScanInstance (line 23) | IScanInstance getScanInstance(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/requests/RequestLogNewRecordEvent.java class RequestLogNewRecordEvent (line 5) | public class RequestLogNewRecordEvent implements IEvent { method RequestLogNewRecordEvent (line 9) | public RequestLogNewRecordEvent(IRequestLogRecord record) { method getNewRecord (line 13) | public IRequestLogRecord getNewRecord() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ActiveScopeChangedEvent.java class ActiveScopeChangedEvent (line 5) | public class ActiveScopeChangedEvent implements IEvent { method ActiveScopeChangedEvent (line 8) | public ActiveScopeChangedEvent(ITargetScope activeScope) { method getActiveScope (line 12) | public ITargetScope getActiveScope() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ITargetScope.java type ITargetScope (line 8) | public interface ITargetScope { method getScopeId (line 10) | long getScopeId(); method getName (line 19) | String getName(); method setName (line 28) | void setName(String name); method addScopeURI (line 37) | void addScopeURI(URI uri); method removeScopeURI (line 50) | void removeScopeURI(URI uri, boolean removeContained); method getScopeURIs (line 58) | Collection getScopeURIs(); method addExclusionPattern (line 67) | void addExclusionPattern(String pattern); method addExclusionURI (line 76) | void addExclusionURI(URI uri); method removeExclusionPattern (line 85) | void removeExclusionPattern(String pattern); method removeExclusionURI (line 94) | void removeExclusionURI(URI uri); method getExclusionPatterns (line 101) | Collection getExclusionPatterns(); method getExclusionURIs (line 108) | Collection getExclusionURIs(); method isExcluded (line 116) | boolean isExcluded(URI uri); method isExcluded (line 126) | boolean isExcluded(HttpHost host, String uriPath); method isInsideScope (line 133) | boolean isInsideScope(URI uri); method isInsideScope (line 142) | boolean isInsideScope(HttpHost host, String uriPath); method filter (line 154) | boolean filter(URI uri); method filter (line 169) | boolean filter(HttpHost host, String uriPath); method clear (line 175) | void clear(); method isDefaultScope (line 181) | boolean isDefaultScope(); method isActiveScope (line 188) | boolean isActiveScope(); method setReadOnly (line 190) | void setReadOnly(boolean value); method isReadOnly (line 192) | boolean isReadOnly(); method isDetached (line 194) | boolean isDetached(); method isEmpty (line 196) | boolean isEmpty(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ITargetScopeManager.java type ITargetScopeManager (line 7) | public interface ITargetScopeManager { method createNewScope (line 15) | ITargetScope createNewScope(); method createDuplicatedScope (line 24) | ITargetScope createDuplicatedScope(ITargetScope scope); method removeScope (line 36) | boolean removeScope(ITargetScope scope); method saveScope (line 43) | void saveScope(ITargetScope scope); method getAllScopes (line 50) | Collection getAllScopes(); method getActiveScope (line 59) | ITargetScope getActiveScope(); method getDefaultScope (line 66) | ITargetScope getDefaultScope(); method setActiveScope (line 73) | void setActiveScope(ITargetScope scope); method addActiveScopeChangeListener (line 83) | ITargetScope addActiveScopeChangeListener(IEventHandler listener); method removeActiveScopeChangeListener (line 90) | void removeActiveScopeChangeListener(IEventHandler listener); method setScopeDetached (line 92) | void setScopeDetached(ITargetScope scope); method setScopeAttached (line 93) | void setScopeAttached(ITargetScope scope); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/tags/ITag.java type ITag (line 17) | public interface ITag { method setName (line 22) | void setName(String name); method getName (line 28) | String getName(); method setDescription (line 34) | void setDescription(String description); method getDescription (line 40) | String getDescription(); method setNameColor (line 46) | void setNameColor(int color); method getNameColor (line 52) | int getNameColor(); method setRowColor (line 58) | void setRowColor(int color); method getRowColor (line 64) | int getRowColor(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/tags/ITagModel.java type ITagModel (line 15) | public interface ITagModel { method getAllTags (line 20) | Collection getAllTags(); method createTag (line 26) | ITag createTag(); method createTag (line 32) | ITag createTag(ITag tag); method store (line 39) | void store(ITag tag); method isTagStored (line 46) | boolean isTagStored(ITag tag); method getTagByName (line 52) | ITag getTagByName(String name); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/tags/ITaggable.java type ITaggable (line 18) | public interface ITaggable { method getAllTags (line 23) | Collection getAllTags(); method getTag (line 30) | ITag getTag(int idx); method getTagCount (line 36) | int getTagCount(); method setTags (line 42) | void setTags(Collection tags); method addTag (line 48) | void addTag(ITag tag); method removeTag (line 54) | void removeTag(ITag tag); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/variables/IVariable.java type IVariable (line 13) | public interface IVariable { method setName (line 18) | void setName(String name); method getName (line 24) | String getName(); method setDescription (line 30) | void setDescription(String description); method getDescription (line 36) | String getDescription(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/variables/IVariableDictionary.java type IVariableDictionary (line 15) | public interface IVariableDictionary { method setDictValue (line 22) | String setDictValue(String key, String value); method getDictValue (line 29) | String getDictValue(String key); method getDict (line 35) | Map getDict(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/variables/IVariableModel.java type IVariableModel (line 17) | public interface IVariableModel { method getAllIdentities (line 22) | Collection getAllIdentities(); method createVariable (line 28) | IVariable createVariable(); method store (line 35) | void store(IVariable variable); method isVariableStored (line 42) | boolean isVariableStored(IVariable variable); method getVariableByName (line 48) | IVariable getVariableByName(String name); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebEntity.java type IWebEntity (line 17) | public interface IWebEntity extends IModelProperties, IWebModelVisitable { method isVisited (line 18) | boolean isVisited(); method setVisited (line 19) | void setVisited(boolean notify); method isScanned (line 20) | boolean isScanned(); method setScanned (line 21) | void setScanned(); method getParent (line 22) | IWebEntity getParent(); method getHttpHost (line 23) | HttpHost getHttpHost(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebHost.java type IWebHost (line 15) | public interface IWebHost extends IWebEntity { method getUri (line 16) | URI getUri(); method getScheme (line 17) | String getScheme(); method getHostname (line 18) | String getHostname(); method getPort (line 19) | int getPort(); method getRootMountPoint (line 20) | IWebMountPoint getRootMountPoint(); method getRootPath (line 21) | IWebPath getRootPath(); method addPath (line 22) | IWebPath addPath(String path); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebModel.java type IWebModel (line 22) | public interface IWebModel extends IWebModelVisitable { method addChangeListenerAndPopulate (line 23) | void addChangeListenerAndPopulate(IEventHandler listener); method removeChangeListener (line 24) | void removeChangeListener(IEventHandler listener); method getAllWebHosts (line 25) | Collection getAllWebHosts(); method getWebHostByHttpHost (line 26) | IWebHost getWebHostByHttpHost(HttpHost host); method createWebHostFromHttpHost (line 27) | IWebHost createWebHostFromHttpHost(HttpHost host); method getWebPathByUri (line 28) | IWebPath getWebPathByUri(VegaURI uri); method addGetTarget (line 30) | IWebPath addGetTarget(VegaURI uri); method getUnscannedHosts (line 32) | Collection getUnscannedHosts(); method getUnscannedPaths (line 33) | Collection getUnscannedPaths(); method getAllPaths (line 34) | Collection getAllPaths(); method parseForms (line 36) | Collection parseForms(IWebPath source, HTMLDocument document); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebModelVisitable.java type IWebModelVisitable (line 3) | public interface IWebModelVisitable { method accept (line 4) | void accept(IWebModelVisitor visitor); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebModelVisitor.java type IWebModelVisitor (line 3) | public interface IWebModelVisitor { method visit (line 4) | void visit(IWebHost host); method visit (line 5) | void visit(IWebPath path); method visit (line 6) | void visit(IWebResponse response); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebMountPoint.java type IWebMountPoint (line 13) | public interface IWebMountPoint { method getWebHost (line 14) | IWebHost getWebHost(); method getMountPath (line 15) | IWebPath getMountPath(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebPath.java type IWebPath (line 19) | public interface IWebPath extends IWebEntity { type PathType (line 20) | enum PathType { PATH_UNKNOWN, PATH_DIRECTORY, PATH_FILE, PATH_PATHINFO } method getParentPath (line 21) | IWebPath getParentPath(); method getPathComponent (line 22) | String getPathComponent(); method getFullPath (line 23) | String getFullPath(); method getUri (line 24) | URI getUri(); method addChildPath (line 25) | IWebPath addChildPath(String pathComponent); method getChildPath (line 26) | IWebPath getChildPath(String pathComponent); method getMountPoint (line 27) | IWebMountPoint getMountPoint(); method getChildPaths (line 28) | Collection getChildPaths(); method setPathType (line 30) | void setPathType(PathType type); method getPathType (line 31) | PathType getPathType(); method setMimeType (line 33) | void setMimeType(String mimeType); method getMimeType (line 34) | String getMimeType(); method isGetTarget (line 36) | boolean isGetTarget(); method isPostTarget (line 37) | boolean isPostTarget(); method addGetParameterList (line 39) | void addGetParameterList(List params); method addPostParameterList (line 40) | void addPostParameterList(List params); method getGetParameters (line 42) | IWebPathParameters getGetParameters(); method getPostParameters (line 43) | IWebPathParameters getPostParameters(); method getGetResponses (line 45) | List getGetResponses(); method getPostResponses (line 46) | List getPostResponses(); method addGetResponse (line 48) | void addGetResponse(String query, String mimeType); method addPostResponse (line 49) | void addPostResponse(List parameters, String mimeType); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebPathParameters.java type IWebPathParameters (line 30) | public interface IWebPathParameters { method hasParameters (line 31) | boolean hasParameters(); method getParameterLists (line 32) | Collection< List > getParameterLists(); method getParameterNameLists (line 33) | Collection< List > getParameterNameLists(); method getParameterNames (line 34) | Collection getParameterNames(); method getValuesForParameter (line 35) | Collection getValuesForParameter(String name); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/IWebResponse.java type IWebResponse (line 17) | public interface IWebResponse extends IWebEntity { method getPathEntity (line 18) | IWebPath getPathEntity(); method getQueryString (line 19) | String getQueryString(); method getRequestParameters (line 20) | List getRequestParameters(); method getMimeType (line 21) | String getMimeType(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/NewWebEntityEvent.java class NewWebEntityEvent (line 15) | public class NewWebEntityEvent implements IEvent { method NewWebEntityEvent (line 18) | public NewWebEntityEvent(IWebEntity entity) { method getEntity (line 22) | public IWebEntity getEntity() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/UpdatedWebEntityEvent.java class UpdatedWebEntityEvent (line 15) | public class UpdatedWebEntityEvent implements IEvent { method UpdatedWebEntityEvent (line 18) | public UpdatedWebEntityEvent(IWebEntity entity) { method getEntity (line 22) | public IWebEntity getEntity() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/forms/IWebForm.java type IWebForm (line 16) | public interface IWebForm { type FormMethod (line 17) | enum FormMethod { METHOD_GET, METHOD_POST } type EncType (line 18) | enum EncType { FORM_URLENCODED, FORM_DATA } method getEncodingType (line 20) | EncType getEncodingType(); method getMethod (line 21) | FormMethod getMethod(); method getAction (line 22) | URI getAction(); method getFields (line 23) | Collection getFields(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/web/forms/IWebFormField.java type IWebFormField (line 16) | public interface IWebFormField { type FieldType (line 17) | public enum FieldType { INPUT_TEXT, INPUT_PASSWORD, INPUT_CHECKBOX, IN... method getType (line 19) | FieldType getType(); method getName (line 20) | String getName(); method getValue (line 21) | String getValue(); method hasMultipleValues (line 22) | boolean hasMultipleValues(); method getMultipleValues (line 23) | Set getMultipleValues(); method getCheckedValues (line 24) | Set getCheckedValues(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/paths/IPathFinder.java type IPathFinder (line 15) | public interface IPathFinder { method getVegaDirectory (line 16) | File getVegaDirectory(); method getWorkspaceDirectory (line 17) | File getWorkspaceDirectory(); method getConfigFilePath (line 18) | File getConfigFilePath(); method getDataDirectory (line 19) | File getDataDirectory(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IFormCredential.java type IFormCredential (line 14) | public interface IFormCredential { method setTargetName (line 15) | void setTargetName(String name); method setUsernameFieldName (line 16) | void setUsernameFieldName(String name); method setPasswordFieldName (line 17) | void setPasswordFieldName(String name); method getUsername (line 19) | String getUsername(); method getPassword (line 20) | String getPassword(); method getTargetName (line 22) | String getTargetName(); method getUsernameFieldName (line 23) | String getUsernameFieldName(); method getPasswordFieldName (line 24) | String getPasswordFieldName(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IInjectionModuleContext.java type IInjectionModuleContext (line 23) | public interface IInjectionModuleContext extends IModuleContext { method getCurrentIndex (line 24) | int getCurrentIndex(); method getPathState (line 25) | IPathState getPathState(); method incrementResponseCount (line 26) | int incrementResponseCount(); method allResponsesReceived (line 27) | boolean allResponsesReceived(); method addRequestResponse (line 28) | void addRequestResponse(HttpUriRequest request, IHttpResponse response); method addRequestResponse (line 29) | void addRequestResponse(int index, HttpUriRequest request, IHttpRespon... method getSavedRequest (line 30) | HttpUriRequest getSavedRequest(int index); method getSavedResponse (line 31) | IHttpResponse getSavedResponse(int index); method getSavedResponseBody (line 33) | String getSavedResponseBody(int index); method getSavedFingerprint (line 34) | IPageFingerprint getSavedFingerprint(int index); method isFingerprintMatch (line 35) | boolean isFingerprintMatch(int idx1, int idx2); method isFingerprintMatch (line 36) | boolean isFingerprintMatch(int idx, IPageFingerprint fp); method setModuleFailed (line 37) | void setModuleFailed(); method hasModuleFailed (line 38) | boolean hasModuleFailed(); method submitRequest (line 39) | void submitRequest(HttpUriRequest request, ICrawlerResponseProcessor c... method submitRequest (line 40) | void submitRequest(HttpUriRequest request, ICrawlerResponseProcessor c... method submitRequest (line 41) | void submitRequest(ICrawlerResponseProcessor callback, int flag); method submitAlteredRequest (line 42) | void submitAlteredRequest(ICrawlerResponseProcessor callback, String v... method submitAlteredRequest (line 43) | void submitAlteredRequest(ICrawlerResponseProcessor callback, String v... method submitAlteredRequest (line 44) | void submitAlteredRequest(ICrawlerResponseProcessor callback, String v... method submitAlteredParameterNameRequest (line 45) | void submitAlteredParameterNameRequest(ICrawlerResponseProcessor callb... method submitMultipleAlteredRequests (line 46) | void submitMultipleAlteredRequests(ICrawlerResponseProcessor callback,... method submitMultipleAlteredRequests (line 47) | void submitMultipleAlteredRequests(ICrawlerResponseProcessor callback,... method responseChecks (line 49) | void responseChecks(int idx); method responseChecks (line 50) | void responseChecks(HttpUriRequest request, IHttpResponse response); method contentChecks (line 51) | void contentChecks(HttpUriRequest request, IHttpResponse response); method pivotChecks (line 52) | void pivotChecks(HttpUriRequest request, IHttpResponse response); method analyzePage (line 54) | void analyzePage(HttpUriRequest request, IHttpResponse response); method internetDomainName (line 56) | InternetDomainName internetDomainName(String domain); method isValidInternetDomainName (line 57) | boolean isValidInternetDomainName(String domain); method getFileExtensionList (line 59) | List getFileExtensionList(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IModuleContext.java type IModuleContext (line 19) | public interface IModuleContext extends IModelProperties { method reportRequestException (line 20) | void reportRequestException(HttpUriRequest request, Throwable ex); method error (line 21) | void error(HttpUriRequest request, IHttpResponse response, String mess... method debug (line 22) | void debug(String msg); method debug (line 23) | void debug(String msg, Boolean flag); method addStringHighlight (line 24) | void addStringHighlight(String str); method addRegexHighlight (line 25) | void addRegexHighlight(String regex); method addRegexCaseInsensitiveHighlight (line 26) | void addRegexCaseInsensitiveHighlight(String regex); method reset (line 27) | void reset(); method publishAlert (line 28) | void publishAlert(String type, String key, String message, HttpRequest... method publishAlert (line 29) | void publishAlert(String type, String message, HttpRequest request, IH... method alertExists (line 30) | boolean alertExists(String key); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IPathState.java type IPathState (line 24) | public interface IPathState { method getParentState (line 25) | IPathState getParentState(); method isParametric (line 26) | boolean isParametric(); method doInjectionChecks (line 27) | boolean doInjectionChecks(); method isDone (line 28) | boolean isDone(); method setFailed404Detection (line 29) | void setFailed404Detection(); method hasFailed404Detection (line 30) | boolean hasFailed404Detection(); method has404Fingerprints (line 31) | boolean has404Fingerprints(); method has404FingerprintMatching (line 32) | boolean has404FingerprintMatching(IPageFingerprint fp); method hasParent404FingerprintMatchingThis (line 33) | boolean hasParent404FingerprintMatchingThis(); method hasParent404Fingerprint (line 34) | boolean hasParent404Fingerprint(IPageFingerprint fp); method clear404Fingerprints (line 35) | void clear404Fingerprints(); method add404Fingerprint (line 37) | boolean add404Fingerprint(IPageFingerprint fp); method setDone (line 38) | void setDone(); method getPath (line 39) | IWebPath getPath(); method setResponseVaries (line 40) | void setResponseVaries(); method getResponseVaries (line 41) | boolean getResponseVaries(); method getFuzzableParameter (line 42) | NameValuePair getFuzzableParameter(); method createModuleContext (line 43) | IInjectionModuleContext createModuleContext(); method setUnknownFingerprint (line 44) | void setUnknownFingerprint(IPageFingerprint fp); method getPathFingerprint (line 45) | IPageFingerprint getPathFingerprint(); method getUnknownFingerprint (line 46) | IPageFingerprint getUnknownFingerprint(); method maybeAddParameters (line 47) | void maybeAddParameters(List parameters); method maybeAddPostParameters (line 48) | void maybeAddPostParameters(List parameters); method allocateXssId (line 50) | int allocateXssId(); method createXssTag (line 51) | String createXssTag(int xssId); method createXssTag (line 52) | String createXssTag(String prefix, int xssId); method registerXssRequest (line 53) | void registerXssRequest(HttpUriRequest request, int xssId); method getXssRequest (line 54) | HttpUriRequest getXssRequest(int xssId, int scanId); method createAlteredRequest (line 56) | HttpUriRequest createAlteredRequest(String value, boolean append); method createRequest (line 57) | HttpUriRequest createRequest(); method setResponse (line 59) | void setResponse(IHttpResponse response); method getResponse (line 60) | IHttpResponse getResponse(); method unlockChildren (line 61) | void unlockChildren(); method get404Parent (line 62) | IPathState get404Parent(); method setPageMissing (line 63) | void setPageMissing(); method matchesPathFingerprint (line 64) | boolean matchesPathFingerprint(IPageFingerprint fp); method setBogusParameter (line 66) | void setBogusParameter(); method isBogusParameter (line 67) | boolean isBogusParameter(); method setSureDirectory (line 68) | void setSureDirectory(); method isSureDirectory (line 69) | boolean isSureDirectory(); method isRootPath (line 70) | boolean isRootPath(); method getInjectionModules (line 72) | List getInjectionModules(); method setBadParentDirectory (line 73) | void setBadParentDirectory(); method hasBadParentDirectory (line 74) | boolean hasBadParentDirectory(); method isIPSDetected (line 76) | boolean isIPSDetected(); method setIPSDetected (line 77) | void setIPSDetected(); method getScanId (line 78) | long getScanId(); method createXssPattern (line 79) | String createXssPattern(String prefix, int xssId); method createXssPattern (line 80) | String createXssPattern(int xssId); method getRequestEngine (line 82) | IHttpRequestEngine getRequestEngine(); method decrementOutstandingRequests (line 84) | void decrementOutstandingRequests(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IProxyScan.java type IProxyScan (line 10) | public interface IProxyScan { method getConfig (line 15) | IScannerConfig getConfig(); method reloadModules (line 16) | void reloadModules(); method getInjectionModules (line 17) | List getInjectionModules(); method scanGetTarget (line 18) | void scanGetTarget(VegaURI target, List parameters); method scanPostTarget (line 19) | void scanPostTarget(VegaURI target, List parameters); method stop (line 20) | void stop(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IScan.java type IScan (line 18) | public interface IScan { method getConfig (line 23) | IScannerConfig getConfig(); method getModuleList (line 29) | List getModuleList(); method probeTargetUri (line 36) | IScanProbeResult probeTargetUri(URI uri); method startScan (line 41) | void startScan(); method stopScan (line 46) | void stopScan(); method pauseScan (line 48) | void pauseScan(); method unpauseScan (line 49) | void unpauseScan(); method isPausedScan (line 50) | boolean isPausedScan(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IScanProbeResult.java type IScanProbeResult (line 15) | public interface IScanProbeResult { type ProbeResultType (line 16) | enum ProbeResultType { PROBE_OK, PROBE_REDIRECT, PROBE_REDIRECT_FAILED... method getProbeResultType (line 18) | ProbeResultType getProbeResultType(); method getRedirectTarget (line 19) | URI getRedirectTarget(); method getFailureMessage (line 20) | String getFailureMessage(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IScanner.java type IScanner (line 17) | public interface IScanner { method createScan (line 18) | IScan createScan(); method createProxyScan (line 19) | IProxyScan createProxyScan(IWorkspace workspace, CookieStore cookieSto... method runDomTests (line 20) | void runDomTests(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/IScannerConfig.java type IScannerConfig (line 21) | public interface IScannerConfig { method setScanTargetScope (line 31) | void setScanTargetScope(ITargetScope scope); method setScanIdentity (line 37) | void setScanIdentity(IIdentity scanIdentity); method setUserAgent (line 39) | void setUserAgent(String userAgent); method setCookieList (line 40) | void setCookieList(List list); method setModulesList (line 47) | void setModulesList(List modules); method setExcludedParameterNames (line 49) | void setExcludedParameterNames(Set names); method setLogAllRequests (line 50) | void setLogAllRequests(boolean flag); method setDisplayDebugOutput (line 51) | void setDisplayDebugOutput(boolean flag); method setMaxRequestsPerSecond (line 52) | void setMaxRequestsPerSecond(int rps); method setMaxDescendants (line 53) | void setMaxDescendants(int value); method setMaxChildren (line 54) | void setMaxChildren(int value); method setMaxDepth (line 55) | void setMaxDepth(int value); method setMaxDuplicatePaths (line 56) | void setMaxDuplicatePaths(int value); method setMaxParameterCount (line 57) | void setMaxParameterCount(int value); method setMaxConnections (line 58) | void setMaxConnections(int value); method setMaxResponseKilobytes (line 59) | void setMaxResponseKilobytes(int kb); method getCookieList (line 61) | List getCookieList(); method getScanTargetScope (line 68) | ITargetScope getScanTargetScope(); method getUserAgent (line 69) | String getUserAgent(); method getScanIdentity (line 75) | IIdentity getScanIdentity(); method getModulesList (line 77) | List getModulesList(); method getDefaultExcludedParameterNames (line 79) | Set getDefaultExcludedParameterNames(); method getExcludedParameterNames (line 80) | Set getExcludedParameterNames(); method createFormCredential (line 82) | IFormCredential createFormCredential(String username, String password) ; method getFormCredentials (line 83) | List getFormCredentials(); method getLogAllRequests (line 84) | boolean getLogAllRequests(); method getDisplayDebugOutput (line 85) | boolean getDisplayDebugOutput(); method getDirectoryInjectionChecksFlag (line 86) | boolean getDirectoryInjectionChecksFlag(); method getNonParameterFileInjectionChecksFlag (line 87) | boolean getNonParameterFileInjectionChecksFlag(); method getMaxRequestsPerSecond (line 88) | int getMaxRequestsPerSecond(); method getMaxDescendants (line 89) | int getMaxDescendants(); method getMaxChildren (line 90) | int getMaxChildren(); method getMaxDepth (line 91) | int getMaxDepth(); method getMaxDuplicatePaths (line 92) | int getMaxDuplicatePaths(); method getMaxParameterCount (line 93) | int getMaxParameterCount(); method getMaxConnections (line 94) | int getMaxConnections(); method getMaxResponseKilobytes (line 95) | int getMaxResponseKilobytes(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/LockStatusEvent.java class LockStatusEvent (line 5) | public class LockStatusEvent implements IEvent { method LockStatusEvent (line 8) | public LockStatusEvent(IScan scan) { method getScan (line 12) | public IScan getScan() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IBasicModuleScript.java type IBasicModuleScript (line 15) | public interface IBasicModuleScript extends IScannerModule { method runScript (line 16) | void runScript(IPathState pathState); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IEnableableModule.java type IEnableableModule (line 13) | public interface IEnableableModule { method setEnabled (line 14) | void setEnabled(boolean flag); method isEnabled (line 15) | boolean isEnabled(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IResponseProcessingModule.java type IResponseProcessingModule (line 19) | public interface IResponseProcessingModule extends IScannerModule { method responseCodeFilter (line 20) | boolean responseCodeFilter(int code); method mimeTypeFilter (line 21) | boolean mimeTypeFilter(String mimeType); method processResponse (line 23) | void processResponse(IScanInstance scanInstance, HttpRequest request, ... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IScannerModule.java type IScannerModule (line 13) | public interface IScannerModule { method getModuleName (line 14) | String getModuleName(); method getModuleCategoryName (line 15) | String getModuleCategoryName(); method isEnabled (line 16) | boolean isEnabled(); method isDifferential (line 17) | boolean isDifferential(); method isTimeSensitive (line 18) | boolean isTimeSensitive(); method getRunningTimeProfile (line 19) | IScannerModuleRunningTime getRunningTimeProfile(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IScannerModuleRegistry.java type IScannerModuleRegistry (line 15) | public interface IScannerModuleRegistry { method runDomTests (line 17) | void runDomTests(); method getResponseProcessingModules (line 18) | List getResponseProcessingModules(); method updateResponseProcessingModules (line 19) | List updateResponseProcessingModules(List getBasicModules(); method updateBasicModules (line 22) | List updateBasicModules(List c... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/IScannerModuleRunningTime.java type IScannerModuleRunningTime (line 13) | public interface IScannerModuleRunningTime { method reset (line 14) | void reset(); method getInvocationCount (line 15) | int getInvocationCount(); method getAverageTime (line 16) | double getAverageTime(); method getTotalTime (line 17) | int getTotalTime(); method getWorstTime (line 18) | int getWorstTime(); FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/scanner/modules/ModuleScriptType.java type ModuleScriptType (line 13) | public enum ModuleScriptType { method ModuleScriptType (line 21) | private ModuleScriptType(String name, String verbose) { method lookup (line 26) | public static ModuleScriptType lookup(String name) { method getName (line 34) | public String getName() { method getVerboseName (line 38) | public String getVerboseName() { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/util/UriTools.java class UriTools (line 8) | public class UriTools { method isTextValidURI (line 12) | public static boolean isTextValidURI(String input) { method getURIFromText (line 16) | public static URI getURIFromText(String input) { method doesBaseUriContain (line 28) | public static boolean doesBaseUriContain(URI base, URI uri) { method textToAbsoluteURL (line 48) | private static String textToAbsoluteURL(String input) { method stripQueryFromUri (line 57) | public static URI stripQueryFromUri(URI uri) { method createUriFromTargetAndLine (line 65) | public static URI createUriFromTargetAndLine(HttpHost target, String l... method extractQuery (line 73) | private static String extractQuery(String line) { method extractPath (line 81) | private static String extractPath(String line) { method isHex (line 90) | private static boolean isHex(char c) { method removeUnicodeEscapes (line 95) | public static String removeUnicodeEscapes(String line) { method isUnicodeEscape (line 113) | private static boolean isUnicodeEscape(String line, int idx) { method splitUnicodeEscape (line 125) | private static void splitUnicodeEscape(String line, int idx, StringBui... FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/util/VegaURI.java class VegaURI (line 10) | public class VegaURI { method fromHostAndRequest (line 12) | public static VegaURI fromHostAndRequest(HttpHost targetHost, HttpRequ... method lineToPath (line 17) | private static String lineToPath(String line) { method lineToQuery (line 25) | private static String lineToQuery(String line) { method VegaURI (line 37) | public VegaURI(HttpHost targetHost, String path, String query) { method getTargetHost (line 43) | public HttpHost getTargetHost() { method getPath (line 47) | public String getPath() { method getQuery (line 51) | public String getQuery() { method toURI (line 55) | public URI toURI() { method resolve (line 64) | public VegaURI resolve(String uriLine) { method resolvePath (line 78) | private static String resolvePath(String base, String child, method normalize (line 114) | private static String normalize(String ps) { method needsNormalization (line 166) | static private int needsNormalization(String path) { method split (line 223) | static private void split(char[] path, int[] segs) { method join (line 272) | static private int join(char[] path, int[] segs) { method removeDots (line 315) | private static void removeDots(char[] path, int[] segs) { method maybeAddLeadingDot (line 372) | private static void maybeAddLeadingDot(char[] path, int[] segs) { method toString (line 404) | @Override method hashCode (line 419) | @Override method equals (line 430) | @Override FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/vuge/IConstants.java type IConstants (line 13) | public interface IConstants { FILE: platform/com.subgraph.vega.api/src/com/subgraph/vega/api/xml/IXmlRepository.java type IXmlRepository (line 15) | public interface IXmlRepository { method getDocument (line 16) | Document getDocument(String path); FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/Activator.java class Activator (line 31) | public class Activator extends AbstractUIPlugin { method Activator (line 47) | public Activator() { method start (line 54) | public void start(BundleContext context) throws Exception { method configureSocks (line 81) | private void configureSocks() { method configureHttpProxy (line 95) | private void configureHttpProxy() { method stop (line 112) | public void stop(BundleContext context) throws Exception { method getDefault (line 122) | public static Activator getDefault() { method getImageDescriptor (line 133) | public static ImageDescriptor getImageDescriptor(String path) { method getModel (line 137) | public IModel getModel() { method getConsole (line 141) | public IConsole getConsole() { method getPathFinder (line 145) | public IPathFinder getPathFinder() { method getHttpRequestEngineFactoryService (line 149) | public IHttpRequestEngineFactory getHttpRequestEngineFactoryService() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/Application.java class Application (line 40) | public class Application implements IApplication { method start (line 46) | public Object start(IApplicationContext context) throws Exception { method lockInstance (line 72) | private boolean lockInstance() { method getLockLocationURL (line 94) | private URL getLockLocationURL() { method setupLogging (line 103) | private void setupLogging() { method setupWorkspace (line 119) | private boolean setupWorkspace() { method stop (line 135) | public void stop() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/ApplicationActionBarAdvisor.java class ApplicationActionBarAdvisor (line 28) | public class ApplicationActionBarAdvisor extends ActionBarAdvisor { method ApplicationActionBarAdvisor (line 35) | public ApplicationActionBarAdvisor(IActionBarConfigurer configurer) { method makeActions (line 39) | protected void makeActions(IWorkbenchWindow window) { method createItem (line 46) | private ActionContributionItem createItem(ActionFactory factory, IWork... method fillMenuBar (line 53) | protected void fillMenuBar(IMenuManager menuBar) { method fillStatusLine (line 84) | protected void fillStatusLine(IStatusLineManager statusLine) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/ApplicationWorkbenchAdvisor.java class ApplicationWorkbenchAdvisor (line 18) | public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor { method createWorkbenchWindowAdvisor (line 22) | public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(IWorkbenchW... method getInitialWindowPerspectiveId (line 26) | public String getInitialWindowPerspectiveId() { method initialize (line 30) | public void initialize(final IWorkbenchConfigurer configurer) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/ApplicationWorkbenchWindowAdvisor.java class ApplicationWorkbenchWindowAdvisor (line 36) | @SuppressWarnings("restriction") method ApplicationWorkbenchWindowAdvisor (line 39) | public ApplicationWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer co... method createActionBarAdvisor (line 43) | public ActionBarAdvisor createActionBarAdvisor(IActionBarConfigurer co... method preWindowOpen (line 47) | public void preWindowOpen() { method disablePerspectiveToolbarMenu (line 70) | private void disablePerspectiveToolbarMenu() { method postWindowOpen (line 84) | @Override method forceActivate (line 104) | private void forceActivate(IWorkbenchPage page, String viewID) { method maybePerformUpdateCheck (line 112) | private void maybePerformUpdateCheck(Shell shell, int buildNumber) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/about/AboutDialog.java class AboutDialog (line 29) | public class AboutDialog extends TitleAreaDialog { method AboutDialog (line 63) | public AboutDialog(Shell parentShell) { method createLogoImage (line 69) | private Image createLogoImage() { method createDialogArea (line 78) | @Override method createButtonsForButtonBar (line 96) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/about/AboutHandler.java class AboutHandler (line 19) | public class AboutHandler extends AbstractHandler { method execute (line 21) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/about/AbstractURLOpenHandler.java class AbstractURLOpenHandler (line 25) | public class AbstractURLOpenHandler extends AbstractHandler { method AbstractURLOpenHandler (line 29) | protected AbstractURLOpenHandler(String urlString) { method execute (line 33) | @Override method openUrl (line 40) | private void openUrl(IWorkbench workbench) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/about/BrowseHelpHandler.java class BrowseHelpHandler (line 13) | public class BrowseHelpHandler extends AbstractURLOpenHandler { method BrowseHelpHandler (line 16) | public BrowseHelpHandler() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/about/BrowseSubgraphHandler.java class BrowseSubgraphHandler (line 13) | public class BrowseSubgraphHandler extends AbstractURLOpenHandler { method BrowseSubgraphHandler (line 16) | public BrowseSubgraphHandler() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/console/ConsoleHandler.java class ConsoleHandler (line 22) | public class ConsoleHandler implements IConsoleDisplay { method ConsoleHandler (line 29) | public ConsoleHandler(Display display, IConsole consoleService) { method activate (line 39) | public void activate() { method createMessageConsole (line 42) | static private MessageConsole createMessageConsole() { method printOutput (line 48) | @Override method printDebug (line 53) | @Override method printError (line 58) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/console/VegaConsoleView.java class VegaConsoleView (line 30) | @SuppressWarnings("restriction") type ConsoleNotifyLevel (line 34) | private enum ConsoleNotifyLevel { NOTIFY_OFF, NOTIFY_OUTPUT, NOTIFY_ER... method createPartControl (line 48) | public void createPartControl(Composite parent) { method createPartListener (line 58) | private IPartListener2 createPartListener() { method dispose (line 83) | @Override method startErrorNotify (line 94) | public void startErrorNotify() { method stopErrorNotify (line 101) | public void stopErrorNotify() { method createAlertTask (line 108) | private TimerTask createAlertTask() { method setNotifyOff (line 124) | private synchronized void setNotifyOff() { method setNotifyOutput (line 132) | private synchronized void setNotifyOutput() { method setNotifyError (line 139) | private synchronized void setNotifyError() { method setLabelImage (line 146) | private void setLabelImage(final Image image) { method handleEvent (line 157) | @Override method handleConsoleOutput (line 164) | private void handleConsoleOutput(ConsoleOutputEvent event) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/logging/LogFormatter.java class LogFormatter (line 20) | public class LogFormatter extends Formatter { method format (line 27) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/logging/LogHandler.java class LogHandler (line 19) | public class LogHandler extends Handler { method LogHandler (line 23) | public LogHandler(IConsole console) { method publish (line 27) | @Override method flush (line 39) | @Override method close (line 43) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/preferences/GeneralPreferenceInitializer.java class GeneralPreferenceInitializer (line 18) | public class GeneralPreferenceInitializer extends method initializeDefaultPreferences (line 21) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/preferences/IPreferenceConstants.java type IPreferenceConstants (line 13) | public interface IPreferenceConstants { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/preferences/ProxyPreferencePage.java class ProxyPreferencePage (line 33) | public class ProxyPreferencePage extends VegaPreferencePage implements I... method ProxyPreferencePage (line 44) | public ProxyPreferencePage() { method init (line 48) | @Override method createPage (line 53) | @Override method performDefaults (line 63) | @Override method propertyChange (line 69) | @Override method createSocksGroup (line 81) | private Composite createSocksGroup(Composite parent) { method createHttpProxyGroup (line 107) | private Composite createHttpProxyGroup(Composite parent) { method updateEnableState (line 133) | private void updateEnableState() { method setSocksEnableState (line 139) | private void setSocksEnableState(Boolean enable) { method setHttpProxyEnableState (line 144) | private void setHttpProxyEnableState(Boolean enable) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/preferences/UpdatesPreferencePage.java class UpdatesPreferencePage (line 10) | public class UpdatesPreferencePage extends FieldEditorPreferencePage imp... method UpdatesPreferencePage (line 13) | public UpdatesPreferencePage() { method init (line 18) | @Override method createFieldEditors (line 25) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/update/UpdateCheckTask.java class UpdateCheckTask (line 25) | public class UpdateCheckTask implements Runnable { method UpdateCheckTask (line 40) | public UpdateCheckTask(Shell shell, int buildNumber) { method run (line 45) | @Override method sendRequest (line 55) | private IHttpResponse sendRequest(IHttpRequestEngine requestEngine) { method processResponseBody (line 67) | private void processResponseBody(String body) { method displayUpdateDialog (line 80) | private void displayUpdateDialog() { method openDownloadPage (line 109) | private void openDownloadPage() { method createRequestEngine (line 118) | private IHttpRequestEngine createRequestEngine() { method createTargetHost (line 124) | private HttpHost createTargetHost() { method createUriPath (line 128) | private String createUriPath() { method checkDebianRelease (line 132) | private void checkDebianRelease() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/CloseWorkspaceHandler.java class CloseWorkspaceHandler (line 26) | public class CloseWorkspaceHandler extends AbstractHandler { method CloseWorkspaceHandler (line 29) | public CloseWorkspaceHandler() { method execute (line 32) | public Object execute(ExecutionEvent event) throws ExecutionException { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/LastPage.java class LastPage (line 20) | public class LastPage extends WizardPage { method LastPage (line 22) | LastPage() { method createControl (line 28) | public void createControl(Composite parent) { method createBanner (line 34) | private void createBanner(Composite container, String text) { method createComposite (line 42) | private Composite createComposite(Composite parent) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/NewWorkspaceDelegate.java class NewWorkspaceDelegate (line 18) | public class NewWorkspaceDelegate implements IWorkbenchWindowActionDeleg... method dispose (line 20) | public void dispose() { method init (line 23) | public void init(IWorkbenchWindow window) { method run (line 26) | public void run(IAction action) { method selectionChanged (line 31) | public void selectionChanged(IAction action, ISelection selection) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/NewWorkspaceHandler.java class NewWorkspaceHandler (line 20) | public class NewWorkspaceHandler extends AbstractHandler{ method execute (line 22) | public Object execute(ExecutionEvent event) throws ExecutionException { method openNewWorkspaceWizard (line 27) | public static WorkspaceRecord openNewWorkspaceWizard(boolean restart) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/NewWorkspaceWizard.java class NewWorkspaceWizard (line 18) | public class NewWorkspaceWizard extends Wizard { method addPages (line 24) | public void addPages() { method canFinish (line 39) | public boolean canFinish() { method performFinish (line 43) | @Override method setWorkspaceRecord (line 50) | public void setWorkspaceRecord(WorkspaceRecord workspaceRecord) { method getWorkspaceRecord (line 54) | public WorkspaceRecord getWorkspaceRecord() { method setRestart (line 58) | public void setRestart(boolean restart) { method isRestart (line 62) | public boolean isRestart() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/ResetWorkspaceHandler.java class ResetWorkspaceHandler (line 20) | public class ResetWorkspaceHandler extends AbstractHandler { method execute (line 22) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/SwitchWorkspaceDelegate.java class SwitchWorkspaceDelegate (line 18) | public class SwitchWorkspaceDelegate implements IWorkbenchWindowActionDe... method init (line 20) | public void init(IWorkbenchWindow window) { method dispose (line 23) | public void dispose() { method run (line 26) | public void run(IAction action) { method selectionChanged (line 30) | public void selectionChanged(IAction action, ISelection selection) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/SwitchWorkspaceDialog.java class SwitchWorkspaceDialog (line 29) | public class SwitchWorkspaceDialog extends Dialog { method SwitchWorkspaceDialog (line 36) | SwitchWorkspaceDialog(Shell shell, java.util.List rec... method configureShell (line 41) | protected void configureShell(Shell shell) { method createDialogArea (line 46) | protected Control createDialogArea(Composite parent) { method createButtonsForButtonBar (line 84) | @Override method buttonPressed (line 89) | @Override method createWorkspacePressed (line 97) | private void createWorkspacePressed() { method setIndex (line 102) | private void setIndex(int index) { method getIndex (line 107) | public int getIndex() { method setSelectedWorkspaceRecord (line 111) | public void setSelectedWorkspaceRecord(WorkspaceRecord selectedWorkspa... method getSelectedWorkspaceRecord (line 115) | public WorkspaceRecord getSelectedWorkspaceRecord() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/SwitchWorkspaceHandler.java class SwitchWorkspaceHandler (line 22) | public class SwitchWorkspaceHandler extends AbstractHandler { method execute (line 24) | public Object execute(ExecutionEvent event) throws ExecutionException { method openChoseWorkspaceDialog (line 29) | public static WorkspaceRecord openChoseWorkspaceDialog(boolean restar... FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/WorkspaceChooser.java class WorkspaceChooser (line 22) | public class WorkspaceChooser { method WorkspaceChooser (line 27) | public WorkspaceChooser() { method choose (line 30) | public URL choose() { method getAutoStartWorkspace (line 60) | public WorkspaceRecord getAutoStartWorkspace(List wor... method findAllWorkspaces (line 80) | public List findAllWorkspaces() { method isWorkspace (line 91) | private boolean isWorkspace(File path) { method isAutostart (line 96) | private boolean isAutostart(File path) { method unlinkAutostart (line 101) | private boolean unlinkAutostart(File path) { method getWorkspaceName (line 106) | private String getWorkspaceName(File path) { method readWorkspaceName (line 115) | private String readWorkspaceName(File nameFile) throws IOException { method getBaseDirectory (line 125) | static public File getBaseDirectory() { method createWorkspace (line 140) | static public WorkspaceRecord createWorkspace(String workspaceName, bo... method markAutostart (line 166) | static public void markAutostart(File workspacePath) { method writeNameFile (line 173) | static public void writeNameFile(File workspaceDirectory, String name)... FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/WorkspaceLockStateSourceProvider.java class WorkspaceLockStateSourceProvider (line 25) | public class WorkspaceLockStateSourceProvider extends AbstractSourceProv... method WorkspaceLockStateSourceProvider (line 32) | public WorkspaceLockStateSourceProvider() { method handleWorkspaceLockStatus (line 43) | private void handleWorkspaceLockStatus(WorkspaceLockStatusEvent event) { method dispose (line 52) | @Override method getCurrentState (line 56) | @Override method getCurrentWorkspaceLockState (line 63) | private String getCurrentWorkspaceLockState() { method getProvidedSourceNames (line 70) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/WorkspaceNamePage.java class WorkspaceNamePage (line 23) | public class WorkspaceNamePage extends WizardPage { method WorkspaceNamePage (line 27) | WorkspaceNamePage() { method createControl (line 35) | public void createControl(Composite parent) { method getWorkspaceName (line 40) | public String getWorkspaceName() { method createWorkspaceName (line 44) | private Text createWorkspaceName(Composite container) { method createLabel (line 61) | private void createLabel(Composite container, String text) { method createComposite (line 68) | private Composite createComposite(Composite parent) { method createText (line 77) | private Text createText(Composite container, int limit) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/WorkspaceOpenException.java class WorkspaceOpenException (line 20) | public class WorkspaceOpenException extends RuntimeException { method WorkspaceOpenException (line 24) | public WorkspaceOpenException(String message) { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/application/workspaces/WorkspaceRecord.java class WorkspaceRecord (line 17) | public class WorkspaceRecord { method WorkspaceRecord (line 22) | public WorkspaceRecord(String name, File path, boolean autostart) { method getName (line 28) | public String getName() { method getPath (line 32) | public File getPath() { method isAutostart (line 36) | public boolean isAutostart() { method getURL (line 40) | public URL getURL() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/internal/console/ConsoleService.java class ConsoleService (line 22) | public class ConsoleService implements IConsole { method write (line 29) | @Override method debug (line 46) | @Override method error (line 63) | @Override method bufferOutput (line 80) | private void bufferOutput(String output) { method bufferError (line 86) | private void bufferError(String output) { method appendBuffer (line 92) | private void appendBuffer(String output, StringBuilder buffer) { method registerDisplay (line 105) | @Override method addConsoleOutputListener (line 122) | @Override method removeConsoleOutputListener (line 127) | @Override FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/internal/paths/PathFinder.java class PathFinder (line 23) | public class PathFinder implements IPathFinder { method getVegaDirectory (line 27) | @Override method getWorkspaceDirectory (line 33) | @Override method getConfigFilePath (line 38) | @Override method getDataDirectory (line 43) | @Override method isRunningInEclipse (line 55) | private boolean isRunningInEclipse() { method getDataDirectoryForEclipseLaunch (line 59) | private File getDataDirectoryForEclipseLaunch() { method getInstallDataDirectory (line 65) | private File getInstallDataDirectory() { method fileURLTrim (line 70) | private String fileURLTrim(String fileURL) { method getDataDirectoryFromConfig (line 74) | private File getDataDirectoryFromConfig() { method loadConfigProperties (line 86) | private void loadConfigProperties() { FILE: platform/com.subgraph.vega.application/src/com/subgraph/vega/ui/util/ImageCache.java class ImageCache (line 21) | public class ImageCache { method ImageCache (line 26) | public ImageCache(String pluginId) { method get (line 30) | public Image get(String key) { method getDisabled (line 34) | public Image getDisabled(String key) { method getDisabledImageAndCache (line 44) | private Image getDisabledImageAndCache(String key) { method get (line 53) | public Image get(ImageDescriptor descriptor) { method getDescriptor (line 63) | private ImageDescriptor getDescriptor(String key) { method getImageAndCache (line 67) | private Image getImageAndCache(ImageDescriptor descriptor) { method dispose (line 73) | public void dispose() { FILE: platform/com.subgraph.vega.crawler/src/com/subgraph/vega/internal/crawler/CrawlerPauseLock.java class CrawlerPauseLock (line 3) | public class CrawlerPauseLock { method pauseCrawler (line 6) | public synchronized void pauseCrawler() { method unpauseCrawler (line 10) | public synchronized void unpauseCrawler() { method isPaused (line 15) | public synchronized boolean isPaused() { method checkIfPaused (line 19) | public void checkIfPaused() throws InterruptedException { FILE: platform/com.subgraph.vega.crawler/src/com/subgraph/vega/internal/crawler/CrawlerTask.java class CrawlerTask (line 18) | public class CrawlerTask { method createTask (line 20) | static CrawlerTask createTask(HttpUriRequest request, ICrawlerResponse... method createExitTask (line 24) | static CrawlerTask createExitTask() { method CrawlerTask (line 37) | private CrawlerTask(HttpUriRequest request, ICrawlerResponseProcessor ... method isExitTask (line 44) | boolean isExitTask() { method getRequest (line 48) | public HttpUriRequest getRequest() { method getArgument (line 52) | public Object getArgument() { method getResponse (line 56) | IHttpResponse getResponse() { method setResponse (line 60) | void setResponse(IHttpResponse response) { method setException (line 64) | void setException(Throwable exception) { method getException (line 68) | Throwable getException() { method causedException (line 72) | boolean causedException() { method getResponseProcessor (line 76) | public ICrawlerResponseProcessor getResponseProcessor() { FILE: platform/com.subgraph.vega.crawler/src/com/subgraph/vega/internal/crawler/HttpResponseProcessor.java class HttpResponseProcessor (line 24) | public class HttpResponseProcessor implements Runnable { method HttpResponseProcessor (line 38) | HttpResponseProcessor(WebCrawler crawler, BlockingQueue r... method run (line 49) | @Override method stop (line 60) | void stop() { method runLoop (line 72) | private void runLoop() throws InterruptedException { FILE: platform/com.subgraph.vega.crawler/src/com/subgraph/vega/internal/crawler/RequestConsumer.java class RequestConsumer (line 25) | public class RequestConsumer implements Runnable { method RequestConsumer (line 36) | RequestConsumer(IHttpRequestEngine requestEngine, BlockingQueue alerts) { method exportAllAlerts (line 46) | public void exportAllAlerts() { method exportbyScanInstance (line 56) | public void exportbyScanInstance(IScanInstance scanInstance) { method createTemplateLoader (line 60) | private TemplateLoader createTemplateLoader() { method writeFile (line 74) | private void writeFile(String path, String data) { FILE: platform/com.subgraph.vega.export/src/com/subgraph/vega/export/ReportRenderer.java class ReportRenderer (line 62) | public class ReportRenderer { method ReportRenderer (line 76) | public ReportRenderer(TemplateLoader templateLoader) { method handleWorkspaceOpen (line 104) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 108) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 112) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method reportHeader (line 116) | private String reportHeader() { method reportSummary (line 128) | public String reportSummary(List alerts) { method reportScanInstanceSummary (line 184) | private HashMap> reportScanInstance... method renderList (line 219) | public String renderList(List alerts) { method renderEntityEnclosingRequest (line 350) | private String renderEntityEnclosingRequest(HttpEntityEnclosingRequest... method renderBasicRequest (line 376) | private String renderBasicRequest(HttpRequest request) { method getAlertDocument (line 380) | private Document getAlertDocument(String name) { method findImage (line 399) | private String findImage(String imagePath) { method severityToString (line 412) | private String severityToString(IScanAlert.Severity s) { method severityToSeverityCSSClass (line 428) | private String severityToSeverityCSSClass(IScanAlert.Severity s) { method reportCss (line 444) | private String reportCss() { method currentDateTimeString (line 496) | private String currentDateTimeString() { method reportFromScanInstance (line 503) | public String reportFromScanInstance(IScanInstance scanInstance) { method renderResponse (line 512) | public String renderResponse(long requestID) { method toString (line 542) | public static String toString( FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/api/html/IHTMLParseResult.java type IHTMLParseResult (line 16) | public interface IHTMLParseResult { method getJsoupDocument (line 17) | Document getJsoupDocument(); method getDOMDocument (line 18) | HTMLDocument getDOMDocument(); FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/api/html/IHTMLParser.java type IHTMLParser (line 15) | public interface IHTMLParser { method parseString (line 16) | IHTMLParseResult parseString(String html, URI baseURI); FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/api/html/IInnerHtmlProvidingElement.java type IInnerHtmlProvidingElement (line 3) | public interface IInnerHtmlProvidingElement { method getInnerHtml (line 4) | String getInnerHtml(); FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/HTMLParseResult.java class HTMLParseResult (line 19) | public class HTMLParseResult implements IHTMLParseResult { method HTMLParseResult (line 24) | HTMLParseResult(Document jsoupDocument) { method getJsoupDocument (line 28) | @Override method getDOMDocument (line 33) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/HTMLParser.java class HTMLParser (line 21) | public class HTMLParser implements IHTMLParser { method parseString (line 23) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/AttrImpl.java class AttrImpl (line 21) | public class AttrImpl extends NodeImpl implements Attr { method AttrImpl (line 27) | AttrImpl(String name, String value, ElementImpl owner, Document ownerD... method getNodeName (line 34) | public String getNodeName() { method getNodeValue (line 38) | @Override method getNodeType (line 43) | @Override method getName (line 48) | @Override method getSpecified (line 53) | @Override method getValue (line 58) | @Override method setValue (line 63) | @Override method getOwnerElement (line 68) | @Override method getSchemaTypeInfo (line 73) | @Override method isId (line 78) | @Override method nulltoEmpty (line 83) | private String nulltoEmpty(String s) { method equals (line 86) | public boolean equals(Object other) { method hashCode (line 93) | public int hashCode() { FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/CharacterDataImpl.java class CharacterDataImpl (line 18) | public class CharacterDataImpl extends NodeImpl implements CharacterData { method CharacterDataImpl (line 23) | CharacterDataImpl(org.jsoup.nodes.Node jsoupNode, String data, Documen... method getNodeName (line 28) | public String getNodeName() { method getNodeValue (line 32) | @Override method getNodeType (line 37) | @Override method getData (line 42) | @Override method setData (line 47) | @Override method getLength (line 52) | @Override method getTextContent (line 57) | @Override method substringData (line 62) | @Override method appendData (line 75) | @Override method insertData (line 80) | @Override method deleteData (line 85) | @Override method replaceData (line 90) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/CommentImpl.java class CommentImpl (line 17) | public class CommentImpl extends CharacterDataImpl implements Comment { method CommentImpl (line 19) | CommentImpl(org.jsoup.nodes.Comment jsoupComment, Document ownerDocume... method getNodeName (line 23) | public String getNodeName() { method getNodeType (line 27) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/DocumentImpl.java class DocumentImpl (line 29) | public class DocumentImpl extends NodeImpl implements Document { method DocumentImpl (line 36) | protected DocumentImpl(org.jsoup.nodes.Document jsoupDocument) { method getNodeName (line 41) | public String getNodeName() { method getNodeType (line 45) | @Override method getDoctype (line 50) | @Override method getImplementation (line 55) | @Override method getDocumentElement (line 60) | @Override method createElement (line 73) | @Override method createDocumentFragment (line 78) | @Override method createTextNode (line 83) | @Override method createComment (line 88) | @Override method createCDATASection (line 93) | @Override method createProcessingInstruction (line 98) | @Override method createAttribute (line 104) | @Override method createEntityReference (line 109) | @Override method getElementsByTagName (line 115) | @Override method importNode (line 124) | @Override method createElementNS (line 129) | @Override method createAttributeNS (line 135) | @Override method getElementsByTagNameNS (line 141) | @Override method getElementById (line 146) | @Override method getInputEncoding (line 159) | @Override method getXmlEncoding (line 164) | @Override method getXmlStandalone (line 169) | @Override method setXmlStandalone (line 174) | @Override method getXmlVersion (line 179) | @Override method setXmlVersion (line 184) | @Override method getStrictErrorChecking (line 189) | @Override method setStrictErrorChecking (line 194) | @Override method getDocumentURI (line 199) | @Override method setDocumentURI (line 204) | @Override method adoptNode (line 209) | @Override method getDomConfig (line 214) | @Override method normalizeDocument (line 219) | @Override method renameNode (line 224) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/DomImplementationImpl.java class DomImplementationImpl (line 18) | public class DomImplementationImpl implements DOMImplementation { method hasFeature (line 20) | @Override method createDocumentType (line 25) | @Override method createDocument (line 31) | @Override method getFeature (line 37) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/ElementImpl.java class ElementImpl (line 30) | public class ElementImpl extends NodeImpl implements Element { method ElementImpl (line 33) | protected ElementImpl(org.jsoup.nodes.Element jsoupElement, Document o... method getNodeName (line 38) | public String getNodeName() { method getNodeType (line 42) | @Override method getJsoupElement (line 47) | org.jsoup.nodes.Element getJsoupElement() { method getTagName (line 51) | @Override method getTextContent (line 56) | @Override method concatenateChildTextContent (line 69) | private String concatenateChildTextContent() { method getElementById (line 83) | Element getElementById(String elementId) { method getAttributes (line 91) | @Override method hasAttributes (line 99) | @Override method getAttribute (line 104) | @Override method setAttribute (line 116) | @Override method removeAttribute (line 121) | @Override method getAttributeNode (line 126) | @Override method setAttributeNode (line 135) | @Override method removeAttributeNode (line 140) | @Override method getElementsByTagName (line 145) | @Override method jsoupElementsForTag (line 175) | private Elements jsoupElementsForTag(String name) { method getAttributeNS (line 183) | @Override method setAttributeNS (line 189) | @Override method removeAttributeNS (line 195) | @Override method getAttributeNodeNS (line 201) | @Override method setAttributeNodeNS (line 207) | @Override method getElementsByTagNameNS (line 212) | @Override method hasAttribute (line 218) | @Override method hasAttributeNS (line 223) | @Override method getSchemaTypeInfo (line 229) | @Override method setIdAttribute (line 234) | @Override method setIdAttributeNS (line 239) | @Override method setIdAttributeNode (line 245) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLAnchorElementImpl.java class HTMLAnchorElementImpl (line 17) | public class HTMLAnchorElementImpl extends HTMLElementImpl implements HT... method HTMLAnchorElementImpl (line 19) | HTMLAnchorElementImpl(Element jsoupElement, Document ownerDocument) { method getAccessKey (line 23) | @Override method setAccessKey (line 28) | @Override method getCharset (line 32) | @Override method setCharset (line 37) | @Override method getCoords (line 41) | @Override method setCoords (line 46) | @Override method getHref (line 50) | @Override method setHref (line 55) | @Override method getHreflang (line 59) | @Override method setHreflang (line 64) | @Override method getName (line 68) | @Override method setName (line 73) | @Override method getRel (line 77) | @Override method setRel (line 82) | @Override method getRev (line 86) | @Override method setRev (line 91) | @Override method getShape (line 95) | @Override method setShape (line 100) | @Override method getTabIndex (line 104) | @Override method setTabIndex (line 109) | @Override method getTarget (line 113) | @Override method setTarget (line 118) | @Override method getType (line 122) | @Override method setType (line 127) | @Override method blur (line 131) | @Override method focus (line 135) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLCollectionImpl.java class HTMLCollectionImpl (line 26) | public class HTMLCollectionImpl implements HTMLCollection { method HTMLCollectionImpl (line 32) | HTMLCollectionImpl(List elements) { method HTMLCollectionImpl (line 38) | HTMLCollectionImpl(List jsoupElements, Document document) { method addElement (line 45) | private void addElement(HTMLElementImpl element) { method getLength (line 55) | @Override method item (line 60) | @Override method namedItem (line 68) | @Override method toNodeList (line 75) | NodeList toNodeList() { FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLDocumentImpl.java class HTMLDocumentImpl (line 26) | public class HTMLDocumentImpl extends DocumentImpl implements HTMLDocume... method createFromJsoup (line 28) | public static HTMLDocumentImpl createFromJsoup(Document jsoupDocument) { method HTMLDocumentImpl (line 34) | HTMLDocumentImpl(org.jsoup.nodes.Document jsoupDocument) { method getTitle (line 38) | @Override method setTitle (line 48) | @Override method getReferrer (line 53) | @Override method getDomain (line 58) | @Override method getURL (line 63) | @Override method getBody (line 68) | @Override method setBody (line 78) | @Override method getImages (line 82) | @Override method getApplets (line 87) | @Override method getLinks (line 92) | @Override method getForms (line 101) | @Override method getAnchors (line 106) | @Override method getCookie (line 111) | @Override method setCookie (line 116) | @Override method open (line 121) | @Override method close (line 125) | @Override method write (line 129) | @Override method writeln (line 134) | @Override method getElementsByName (line 138) | @Override method selectCollection (line 143) | private HTMLCollectionImpl selectCollection(String query) { FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLElementImpl.java class HTMLElementImpl (line 21) | public class HTMLElementImpl extends ElementImpl implements HTMLElement,... method findEnclosingFormElement (line 23) | static Element findEnclosingFormElement(Element insideElement) { method findEnclosingSelectElement (line 33) | static Element findEnclosingSelectElement(Element insideElement) { method create (line 44) | static HTMLElementImpl create(Element jsoupElement, Document ownerDocu... method HTMLElementImpl (line 66) | HTMLElementImpl(Element jsoupElement, Document ownerDocument) { method getId (line 70) | @Override method setId (line 75) | @Override method getTitle (line 79) | @Override method setTitle (line 84) | @Override method getLang (line 88) | @Override method setLang (line 93) | @Override method getDir (line 97) | @Override method setDir (line 102) | @Override method getClassName (line 106) | @Override method setClassName (line 111) | @Override method getIntAttribute (line 115) | protected int getIntAttribute(String name) { method getInnerHtml (line 126) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLFormElementImpl.java class HTMLFormElementImpl (line 24) | public class HTMLFormElementImpl extends HTMLElementImpl implements HTML... method HTMLFormElementImpl (line 28) | HTMLFormElementImpl(Element jsoupElement, Document ownerDocument) { method getElements (line 33) | @Override method addFormElementsToList (line 51) | private void addFormElementsToList(Element jsoupElement, List jsoupElements, HTMLSelectEleme... method addElement (line 40) | private void addElement(HTMLOptionElementImpl element) { method getLength (line 51) | @Override method setLength (line 56) | @Override method item (line 61) | @Override method namedItem (line 69) | @Override method getSelectedIndex (line 77) | int getSelectedIndex() { method getValue (line 88) | String getValue() { FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/HTMLSelectElementImpl.java class HTMLSelectElementImpl (line 20) | public class HTMLSelectElementImpl extends HTMLElementImpl implements HT... method HTMLSelectElementImpl (line 25) | HTMLSelectElementImpl(Element jsoupElement, HTMLFormElement form, Docu... method HTMLSelectElementImpl (line 30) | HTMLSelectElementImpl(Element jsoupElement, Document ownerDocument) { method getType (line 36) | @Override method getSelectedIndex (line 44) | @Override method setSelectedIndex (line 49) | @Override method getValue (line 53) | @Override method setValue (line 58) | @Override method getLength (line 62) | @Override method setLength (line 67) | @Override method getForm (line 71) | @Override method getOptions (line 76) | @Override method getDisabled (line 84) | @Override method setDisabled (line 89) | @Override method getMultiple (line 93) | @Override method setMultiple (line 98) | @Override method getName (line 102) | @Override method setName (line 107) | @Override method getSize (line 111) | @Override method setSize (line 116) | @Override method getTabIndex (line 120) | @Override method setTabIndex (line 125) | @Override method add (line 129) | @Override method remove (line 134) | @Override method blur (line 138) | @Override method focus (line 142) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/NamedNodeMapImpl.java class NamedNodeMapImpl (line 22) | public class NamedNodeMapImpl implements NamedNodeMap { method addNode (line 28) | void addNode(String name, NodeImpl node) { method getNamedItem (line 35) | @Override method setNamedItem (line 40) | @Override method removeNamedItem (line 45) | @Override method item (line 50) | @Override method getLength (line 58) | @Override method getNamedItemNS (line 63) | @Override method setNamedItemNS (line 69) | @Override method removeNamedItemNS (line 74) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/NodeImpl.java class NodeImpl (line 27) | public class NodeImpl implements Node { method createFromJsoupNode (line 29) | static NodeImpl createFromJsoupNode(org.jsoup.nodes.Node node, Documen... method createReadOnlyException (line 46) | static DOMException createReadOnlyException() { method createNoLevel3SupportException (line 50) | static DOMException createNoLevel3SupportException() { method createNoXMLSupportException (line 54) | static DOMException createNoXMLSupportException() { method NodeImpl (line 63) | NodeImpl(org.jsoup.nodes.Node jsoupNode, Document ownerDocument) { method calculateTreePosition (line 69) | void calculateTreePosition() { method setOwnerDocument (line 78) | void setOwnerDocument(Document ownerDocument) { method getNodeName (line 82) | @Override method getNodeValue (line 87) | @Override method setNodeValue (line 92) | @Override method getNodeType (line 97) | @Override method getParentNode (line 102) | @Override method getChildNodes (line 110) | @Override method getFirstChild (line 121) | @Override method getLastChild (line 130) | @Override method getPreviousSibling (line 139) | @Override method getNextSibling (line 146) | @Override method getAttributes (line 153) | @Override method getOwnerDocument (line 158) | @Override method insertBefore (line 163) | @Override method replaceChild (line 168) | @Override method removeChild (line 173) | @Override method appendChild (line 178) | @Override method hasChildNodes (line 183) | @Override method cloneNode (line 188) | @Override method normalize (line 193) | @Override method isSupported (line 198) | @Override method getNamespaceURI (line 205) | @Override method getPrefix (line 211) | @Override method setPrefix (line 217) | @Override method getLocalName (line 222) | @Override method hasAttributes (line 228) | @Override method getBaseURI (line 233) | @Override method getTreePosition (line 238) | List getTreePosition() { method compareDocumentPosition (line 242) | @Override method printTree (line 267) | void printTree() { method getTextContent (line 278) | @Override method setTextContent (line 283) | @Override method isSameNode (line 288) | @Override method lookupPrefix (line 293) | @Override method isDefaultNamespace (line 298) | @Override method lookupNamespaceURI (line 303) | @Override method isEqualNode (line 308) | @Override method getFeature (line 313) | @Override method setUserData (line 318) | @Override method getUserData (line 323) | @Override method equals (line 328) | public boolean equals(Object other) { method hashCode (line 335) | public int hashCode() { FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/NodeListImpl.java class NodeListImpl (line 19) | public class NodeListImpl implements NodeList { method NodeListImpl (line 25) | public NodeListImpl(List nodes) { method item (line 29) | @Override method getLength (line 36) | @Override FILE: platform/com.subgraph.vega.html/src/com/subgraph/vega/internal/html/dom/TextImpl.java class TextImpl (line 19) | public class TextImpl extends CharacterDataImpl implements Text { method TextImpl (line 21) | TextImpl(TextNode textNode, Document ownerDocument) { method getNodeName (line 25) | @Override method getNodeType (line 30) | @Override method splitText (line 35) | @Override method isElementContentWhitespace (line 40) | @Override method getWholeText (line 45) | @Override method replaceWholeText (line 50) | @Override FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLAnchorElement.java type HTMLAnchorElement (line 17) | public interface HTMLAnchorElement extends HTMLElement { method getAccessKey (line 22) | public String getAccessKey(); method setAccessKey (line 27) | public void setAccessKey(String accessKey); method getCharset (line 33) | public String getCharset(); method setCharset (line 38) | public void setCharset(String charset); method getCoords (line 45) | public String getCoords(); method setCoords (line 51) | public void setCoords(String coords); method getHref (line 57) | public String getHref(); method setHref (line 62) | public void setHref(String href); method getHreflang (line 68) | public String getHreflang(); method setHreflang (line 73) | public void setHreflang(String hreflang); method getName (line 78) | public String getName(); method setName (line 82) | public void setName(String name); method getRel (line 87) | public String getRel(); method setRel (line 91) | public void setRel(String rel); method getRev (line 96) | public String getRev(); method setRev (line 100) | public void setRev(String rev); method getShape (line 106) | public String getShape(); method setShape (line 111) | public void setShape(String shape); method getTabIndex (line 117) | public int getTabIndex(); method setTabIndex (line 122) | public void setTabIndex(int tabIndex); method getTarget (line 128) | public String getTarget(); method setTarget (line 133) | public void setTarget(String target); method getType (line 138) | public String getType(); method setType (line 142) | public void setType(String type); method blur (line 147) | public void blur(); method focus (line 152) | public void focus(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLAppletElement.java type HTMLAppletElement (line 18) | public interface HTMLAppletElement extends HTMLElement { method getAlign (line 24) | public String getAlign(); method setAlign (line 30) | public void setAlign(String align); method getAlt (line 37) | public String getAlt(); method setAlt (line 43) | public void setAlt(String alt); method getArchive (line 49) | public String getArchive(); method setArchive (line 54) | public void setArchive(String archive); method getCode (line 60) | public String getCode(); method setCode (line 65) | public void setCode(String code); method getCodeBase (line 71) | public String getCodeBase(); method setCodeBase (line 76) | public void setCodeBase(String codeBase); method getHeight (line 82) | public String getHeight(); method setHeight (line 87) | public void setHeight(String height); method getHspace (line 95) | public int getHspace(); method setHspace (line 102) | public void setHspace(int hspace); method getName (line 108) | public String getName(); method setName (line 113) | public void setName(String name); method getObject (line 120) | public String getObject(); method setObject (line 126) | public void setObject(String object); method getVspace (line 134) | public int getVspace(); method setVspace (line 141) | public void setVspace(int vspace); method getWidth (line 147) | public String getWidth(); method setWidth (line 152) | public void setWidth(String width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLAreaElement.java type HTMLAreaElement (line 18) | public interface HTMLAreaElement extends HTMLElement { method getAccessKey (line 23) | public String getAccessKey(); method setAccessKey (line 28) | public void setAccessKey(String accessKey); method getAlt (line 34) | public String getAlt(); method setAlt (line 39) | public void setAlt(String alt); method getCoords (line 46) | public String getCoords(); method setCoords (line 52) | public void setCoords(String coords); method getHref (line 58) | public String getHref(); method setHref (line 63) | public void setHref(String href); method getNoHref (line 69) | public boolean getNoHref(); method setNoHref (line 74) | public void setNoHref(boolean noHref); method getShape (line 80) | public String getShape(); method setShape (line 85) | public void setShape(String shape); method getTabIndex (line 91) | public int getTabIndex(); method setTabIndex (line 96) | public void setTabIndex(int tabIndex); method getTarget (line 102) | public String getTarget(); method setTarget (line 107) | public void setTarget(String target); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLBRElement.java type HTMLBRElement (line 17) | public interface HTMLBRElement extends HTMLElement { method getClear (line 22) | public String getClear(); method setClear (line 27) | public void setClear(String clear); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLBaseElement.java type HTMLBaseElement (line 17) | public interface HTMLBaseElement extends HTMLElement { method getHref (line 21) | public String getHref(); method setHref (line 25) | public void setHref(String href); method getTarget (line 31) | public String getTarget(); method setTarget (line 36) | public void setTarget(String target); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLBaseFontElement.java type HTMLBaseFontElement (line 18) | public interface HTMLBaseFontElement extends HTMLElement { method getColor (line 23) | public String getColor(); method setColor (line 28) | public void setColor(String color); method getFace (line 34) | public String getFace(); method setFace (line 39) | public void setFace(String face); method getSize (line 46) | public int getSize(); method setSize (line 52) | public void setSize(int size); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLBodyElement.java type HTMLBodyElement (line 19) | public interface HTMLBodyElement extends HTMLElement { method getALink (line 25) | public String getALink(); method setALink (line 31) | public void setALink(String aLink); method getBackground (line 37) | public String getBackground(); method setBackground (line 42) | public void setBackground(String background); method getBgColor (line 48) | public String getBgColor(); method setBgColor (line 53) | public void setBgColor(String bgColor); method getLink (line 60) | public String getLink(); method setLink (line 66) | public void setLink(String link); method getText (line 72) | public String getText(); method setText (line 77) | public void setText(String text); method getVLink (line 84) | public String getVLink(); method setVLink (line 90) | public void setVLink(String vLink); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLButtonElement.java type HTMLButtonElement (line 17) | public interface HTMLButtonElement extends HTMLElement { method getForm (line 23) | public HTMLFormElement getForm(); method getAccessKey (line 29) | public String getAccessKey(); method setAccessKey (line 34) | public void setAccessKey(String accessKey); method getDisabled (line 40) | public boolean getDisabled(); method setDisabled (line 45) | public void setDisabled(boolean disabled); method getName (line 51) | public String getName(); method setName (line 56) | public void setName(String name); method getTabIndex (line 62) | public int getTabIndex(); method setTabIndex (line 67) | public void setTabIndex(int tabIndex); method getType (line 73) | public String getType(); method getValue (line 79) | public String getValue(); method setValue (line 84) | public void setValue(String value); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLCollection.java type HTMLCollection (line 23) | public interface HTMLCollection { method getLength (line 27) | public int getLength(); method item (line 38) | public Node item(int index); method namedItem (line 55) | public Node namedItem(String name); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLDListElement.java type HTMLDListElement (line 17) | public interface HTMLDListElement extends HTMLElement { method getCompact (line 22) | public boolean getCompact(); method setCompact (line 27) | public void setCompact(boolean compact); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLDirectoryElement.java type HTMLDirectoryElement (line 18) | public interface HTMLDirectoryElement extends HTMLElement { method getCompact (line 23) | public boolean getCompact(); method setCompact (line 28) | public void setCompact(boolean compact); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLDivElement.java type HTMLDivElement (line 17) | public interface HTMLDivElement extends HTMLElement { method getAlign (line 22) | public String getAlign(); method setAlign (line 27) | public void setAlign(String align); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLDocument.java type HTMLDocument (line 29) | public interface HTMLDocument extends Document { method getTitle (line 34) | public String getTitle(); method setTitle (line 39) | public void setTitle(String title); method getReferrer (line 46) | public String getReferrer(); method getDomain (line 53) | public String getDomain(); method getURL (line 58) | public String getURL(); method getBody (line 66) | public HTMLElement getBody(); method setBody (line 73) | public void setBody(HTMLElement body); method getImages (line 84) | public HTMLCollection getImages(); method getApplets (line 90) | public HTMLCollection getApplets(); method getLinks (line 97) | public HTMLCollection getLinks(); method getForms (line 102) | public HTMLCollection getForms(); method getAnchors (line 115) | public HTMLCollection getAnchors(); method getCookie (line 148) | public String getCookie(); method setCookie (line 183) | public void setCookie(String cookie) method open (line 194) | public void open(); method close (line 200) | public void close(); method write (line 210) | public void write(String text); method writeln (line 221) | public void writeln(String text); method getElementsByName (line 233) | public NodeList getElementsByName(String elementName); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLElement.java type HTMLElement (line 27) | public interface HTMLElement extends Element { method getId (line 31) | public String getId(); method setId (line 35) | public void setId(String id); method getTitle (line 41) | public String getTitle(); method setTitle (line 46) | public void setTitle(String title); method getLang (line 52) | public String getLang(); method setLang (line 57) | public void setLang(String lang); method getDir (line 64) | public String getDir(); method setDir (line 70) | public void setDir(String dir); method getClassName (line 77) | public String getClassName(); method setClassName (line 83) | public void setClassName(String className); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLFieldSetElement.java type HTMLFieldSetElement (line 18) | public interface HTMLFieldSetElement extends HTMLElement { method getForm (line 24) | public HTMLFormElement getForm(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLFontElement.java type HTMLFontElement (line 18) | public interface HTMLFontElement extends HTMLElement { method getColor (line 23) | public String getColor(); method setColor (line 28) | public void setColor(String color); method getFace (line 34) | public String getFace(); method setFace (line 39) | public void setFace(String face); method getSize (line 45) | public String getSize(); method setSize (line 50) | public void setSize(String size); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLFormElement.java type HTMLFormElement (line 20) | public interface HTMLFormElement extends HTMLElement { method getElements (line 24) | public HTMLCollection getElements(); method getLength (line 29) | public int getLength(); method getName (line 34) | public String getName(); method setName (line 38) | public void setName(String name); method getAcceptCharset (line 44) | public String getAcceptCharset(); method setAcceptCharset (line 49) | public void setAcceptCharset(String acceptCharset); method getAction (line 55) | public String getAction(); method setAction (line 60) | public void setAction(String action); method getEnctype (line 70) | public String getEnctype(); method setEnctype (line 79) | public void setEnctype(String enctype); method getMethod (line 85) | public String getMethod(); method setMethod (line 90) | public void setMethod(String method); method getTarget (line 96) | public String getTarget(); method setTarget (line 101) | public void setTarget(String target); method submit (line 106) | public void submit(); method reset (line 112) | public void reset(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLFrameElement.java type HTMLFrameElement (line 19) | public interface HTMLFrameElement extends HTMLElement { method getFrameBorder (line 24) | public String getFrameBorder(); method setFrameBorder (line 29) | public void setFrameBorder(String frameBorder); method getLongDesc (line 35) | public String getLongDesc(); method setLongDesc (line 40) | public void setLongDesc(String longDesc); method getMarginHeight (line 46) | public String getMarginHeight(); method setMarginHeight (line 51) | public void setMarginHeight(String marginHeight); method getMarginWidth (line 57) | public String getMarginWidth(); method setMarginWidth (line 62) | public void setMarginWidth(String marginWidth); method getName (line 68) | public String getName(); method setName (line 73) | public void setName(String name); method getNoResize (line 79) | public boolean getNoResize(); method setNoResize (line 84) | public void setNoResize(boolean noResize); method getScrolling (line 90) | public String getScrolling(); method setScrolling (line 95) | public void setScrolling(String scrolling); method getSrc (line 101) | public String getSrc(); method setSrc (line 106) | public void setSrc(String src); method getContentDocument (line 113) | public Document getContentDocument(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLFrameSetElement.java type HTMLFrameSetElement (line 17) | public interface HTMLFrameSetElement extends HTMLElement { method getCols (line 22) | public String getCols(); method setCols (line 27) | public void setCols(String cols); method getRows (line 33) | public String getRows(); method setRows (line 38) | public void setRows(String rows); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLHRElement.java type HTMLHRElement (line 17) | public interface HTMLHRElement extends HTMLElement { method getAlign (line 22) | public String getAlign(); method setAlign (line 27) | public void setAlign(String align); method getNoShade (line 34) | public boolean getNoShade(); method setNoShade (line 40) | public void setNoShade(boolean noShade); method getSize (line 46) | public String getSize(); method setSize (line 51) | public void setSize(String size); method getWidth (line 57) | public String getWidth(); method setWidth (line 62) | public void setWidth(String width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLHeadElement.java type HTMLHeadElement (line 17) | public interface HTMLHeadElement extends HTMLElement { method getProfile (line 22) | public String getProfile(); method setProfile (line 27) | public void setProfile(String profile); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLHeadingElement.java type HTMLHeadingElement (line 18) | public interface HTMLHeadingElement extends HTMLElement { method getAlign (line 23) | public String getAlign(); method setAlign (line 28) | public void setAlign(String align); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLHtmlElement.java type HTMLHtmlElement (line 17) | public interface HTMLHtmlElement extends HTMLElement { method getVersion (line 22) | public String getVersion(); method setVersion (line 27) | public void setVersion(String version); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLIFrameElement.java type HTMLIFrameElement (line 19) | public interface HTMLIFrameElement extends HTMLElement { method getAlign (line 25) | public String getAlign(); method setAlign (line 31) | public void setAlign(String align); method getFrameBorder (line 37) | public String getFrameBorder(); method setFrameBorder (line 42) | public void setFrameBorder(String frameBorder); method getHeight (line 47) | public String getHeight(); method setHeight (line 51) | public void setHeight(String height); method getLongDesc (line 57) | public String getLongDesc(); method setLongDesc (line 62) | public void setLongDesc(String longDesc); method getMarginHeight (line 68) | public String getMarginHeight(); method setMarginHeight (line 73) | public void setMarginHeight(String marginHeight); method getMarginWidth (line 79) | public String getMarginWidth(); method setMarginWidth (line 84) | public void setMarginWidth(String marginWidth); method getName (line 90) | public String getName(); method setName (line 95) | public void setName(String name); method getScrolling (line 101) | public String getScrolling(); method setScrolling (line 106) | public void setScrolling(String scrolling); method getSrc (line 112) | public String getSrc(); method setSrc (line 117) | public void setSrc(String src); method getWidth (line 122) | public String getWidth(); method setWidth (line 126) | public void setWidth(String width); method getContentDocument (line 133) | public Document getContentDocument(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLImageElement.java type HTMLImageElement (line 17) | public interface HTMLImageElement extends HTMLElement { method getName (line 21) | public String getName(); method setName (line 25) | public void setName(String name); method getAlign (line 32) | public String getAlign(); method setAlign (line 38) | public void setAlign(String align); method getAlt (line 44) | public String getAlt(); method setAlt (line 49) | public void setAlt(String alt); method getBorder (line 57) | public String getBorder(); method setBorder (line 64) | public void setBorder(String border); method getHeight (line 72) | public int getHeight(); method setHeight (line 79) | public void setHeight(int height); method getHspace (line 88) | public int getHspace(); method setHspace (line 96) | public void setHspace(int hspace); method getIsMap (line 102) | public boolean getIsMap(); method setIsMap (line 107) | public void setIsMap(boolean isMap); method getLongDesc (line 113) | public String getLongDesc(); method setLongDesc (line 118) | public void setLongDesc(String longDesc); method getSrc (line 124) | public String getSrc(); method setSrc (line 129) | public void setSrc(String src); method getUseMap (line 135) | public String getUseMap(); method setUseMap (line 140) | public void setUseMap(String useMap); method getVspace (line 149) | public int getVspace(); method setVspace (line 157) | public void setVspace(int vspace); method getWidth (line 165) | public int getWidth(); method setWidth (line 172) | public void setWidth(int width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLInputElement.java type HTMLInputElement (line 20) | public interface HTMLInputElement extends HTMLElement { method getDefaultValue (line 28) | public String getDefaultValue(); method setDefaultValue (line 36) | public void setDefaultValue(String defaultValue); method getDefaultChecked (line 45) | public boolean getDefaultChecked(); method setDefaultChecked (line 53) | public void setDefaultChecked(boolean defaultChecked); method getForm (line 60) | public HTMLFormElement getForm(); method getAccept (line 67) | public String getAccept(); method setAccept (line 73) | public void setAccept(String accept); method getAccessKey (line 79) | public String getAccessKey(); method setAccessKey (line 84) | public void setAccessKey(String accessKey); method getAlign (line 91) | public String getAlign(); method setAlign (line 97) | public void setAlign(String align); method getAlt (line 103) | public String getAlt(); method setAlt (line 108) | public void setAlt(String alt); method getChecked (line 124) | public boolean getChecked(); method setChecked (line 139) | public void setChecked(boolean checked); method getDisabled (line 145) | public boolean getDisabled(); method setDisabled (line 150) | public void setDisabled(boolean disabled); method getMaxLength (line 157) | public int getMaxLength(); method setMaxLength (line 163) | public void setMaxLength(int maxLength); method getName (line 169) | public String getName(); method setName (line 174) | public void setName(String name); method getReadOnly (line 181) | public boolean getReadOnly(); method setReadOnly (line 187) | public void setReadOnly(boolean readOnly); method getSize (line 194) | public int getSize(); method setSize (line 200) | public void setSize(int size); method getSrc (line 208) | public String getSrc(); method setSrc (line 215) | public void setSrc(String src); method getTabIndex (line 221) | public int getTabIndex(); method setTabIndex (line 226) | public void setTabIndex(int tabIndex); method getType (line 233) | public String getType(); method setType (line 239) | public void setType(String type); method getUseMap (line 245) | public String getUseMap(); method setUseMap (line 250) | public void setUseMap(String useMap); method getValue (line 263) | public String getValue(); method setValue (line 275) | public void setValue(String value); method blur (line 280) | public void blur(); method focus (line 285) | public void focus(); method select (line 292) | public void select(); method click (line 299) | public void click(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLIsIndexElement.java type HTMLIsIndexElement (line 18) | public interface HTMLIsIndexElement extends HTMLElement { method getForm (line 24) | public HTMLFormElement getForm(); method getPrompt (line 30) | public String getPrompt(); method setPrompt (line 35) | public void setPrompt(String prompt); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLLIElement.java type HTMLLIElement (line 17) | public interface HTMLLIElement extends HTMLElement { method getType (line 22) | public String getType(); method setType (line 27) | public void setType(String type); method getValue (line 34) | public int getValue(); method setValue (line 40) | public void setValue(int value); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLLabelElement.java type HTMLLabelElement (line 17) | public interface HTMLLabelElement extends HTMLElement { method getForm (line 23) | public HTMLFormElement getForm(); method getAccessKey (line 29) | public String getAccessKey(); method setAccessKey (line 34) | public void setAccessKey(String accessKey); method getHtmlFor (line 41) | public String getHtmlFor(); method setHtmlFor (line 47) | public void setHtmlFor(String htmlFor); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLLegendElement.java type HTMLLegendElement (line 18) | public interface HTMLLegendElement extends HTMLElement { method getForm (line 24) | public HTMLFormElement getForm(); method getAccessKey (line 30) | public String getAccessKey(); method setAccessKey (line 35) | public void setAccessKey(String accessKey); method getAlign (line 42) | public String getAlign(); method setAlign (line 48) | public void setAlign(String align); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLLinkElement.java type HTMLLinkElement (line 20) | public interface HTMLLinkElement extends HTMLElement { method getDisabled (line 25) | public boolean getDisabled(); method setDisabled (line 30) | public void setDisabled(boolean disabled); method getCharset (line 36) | public String getCharset(); method setCharset (line 41) | public void setCharset(String charset); method getHref (line 47) | public String getHref(); method setHref (line 52) | public void setHref(String href); method getHreflang (line 58) | public String getHreflang(); method setHreflang (line 63) | public void setHreflang(String hreflang); method getMedia (line 69) | public String getMedia(); method setMedia (line 74) | public void setMedia(String media); method getRel (line 79) | public String getRel(); method setRel (line 83) | public void setRel(String rel); method getRev (line 88) | public String getRev(); method setRev (line 92) | public void setRev(String rev); method getTarget (line 98) | public String getTarget(); method setTarget (line 103) | public void setTarget(String target); method getType (line 108) | public String getType(); method setType (line 112) | public void setType(String type); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLMapElement.java type HTMLMapElement (line 17) | public interface HTMLMapElement extends HTMLElement { method getAreas (line 21) | public HTMLCollection getAreas(); method getName (line 27) | public String getName(); method setName (line 32) | public void setName(String name); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLMenuElement.java type HTMLMenuElement (line 18) | public interface HTMLMenuElement extends HTMLElement { method getCompact (line 23) | public boolean getCompact(); method setCompact (line 28) | public void setCompact(boolean compact); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLMetaElement.java type HTMLMetaElement (line 18) | public interface HTMLMetaElement extends HTMLElement { method getContent (line 23) | public String getContent(); method setContent (line 28) | public void setContent(String content); method getHttpEquiv (line 34) | public String getHttpEquiv(); method setHttpEquiv (line 39) | public void setHttpEquiv(String httpEquiv); method getName (line 44) | public String getName(); method setName (line 48) | public void setName(String name); method getScheme (line 54) | public String getScheme(); method setScheme (line 59) | public void setScheme(String scheme); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLModElement.java type HTMLModElement (line 18) | public interface HTMLModElement extends HTMLElement { method getCite (line 23) | public String getCite(); method setCite (line 28) | public void setCite(String cite); method getDateTime (line 34) | public String getDateTime(); method setDateTime (line 39) | public void setDateTime(String dateTime); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLOListElement.java type HTMLOListElement (line 17) | public interface HTMLOListElement extends HTMLElement { method getCompact (line 22) | public boolean getCompact(); method setCompact (line 27) | public void setCompact(boolean compact); method getStart (line 33) | public int getStart(); method setStart (line 38) | public void setStart(int start); method getType (line 44) | public String getType(); method setType (line 49) | public void setType(String type); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLObjectElement.java type HTMLObjectElement (line 22) | public interface HTMLObjectElement extends HTMLElement { method getForm (line 28) | public HTMLFormElement getForm(); method getCode (line 34) | public String getCode(); method setCode (line 39) | public void setCode(String code); method getAlign (line 46) | public String getAlign(); method setAlign (line 52) | public void setAlign(String align); method getArchive (line 58) | public String getArchive(); method setArchive (line 63) | public void setArchive(String archive); method getBorder (line 69) | public String getBorder(); method setBorder (line 74) | public void setBorder(String border); method getCodeBase (line 81) | public String getCodeBase(); method setCodeBase (line 87) | public void setCodeBase(String codeBase); method getCodeType (line 93) | public String getCodeType(); method setCodeType (line 98) | public void setCodeType(String codeType); method getData (line 104) | public String getData(); method setData (line 109) | public void setData(String data); method getDeclare (line 115) | public boolean getDeclare(); method setDeclare (line 120) | public void setDeclare(boolean declare); method getHeight (line 125) | public String getHeight(); method setHeight (line 129) | public void setHeight(String height); method getHspace (line 136) | public int getHspace(); method setHspace (line 142) | public void setHspace(int hspace); method getName (line 148) | public String getName(); method setName (line 153) | public void setName(String name); method getStandby (line 159) | public String getStandby(); method setStandby (line 164) | public void setStandby(String standby); method getTabIndex (line 170) | public int getTabIndex(); method setTabIndex (line 175) | public void setTabIndex(int tabIndex); method getType (line 181) | public String getType(); method setType (line 186) | public void setType(String type); method getUseMap (line 192) | public String getUseMap(); method setUseMap (line 197) | public void setUseMap(String useMap); method getVspace (line 204) | public int getVspace(); method setVspace (line 210) | public void setVspace(int vspace); method getWidth (line 215) | public String getWidth(); method setWidth (line 219) | public void setWidth(String width); method getContentDocument (line 226) | public Document getContentDocument(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLOptGroupElement.java type HTMLOptGroupElement (line 18) | public interface HTMLOptGroupElement extends HTMLElement { method getDisabled (line 23) | public boolean getDisabled(); method setDisabled (line 28) | public void setDisabled(boolean disabled); method getLabel (line 34) | public String getLabel(); method setLabel (line 39) | public void setLabel(String label); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLOptionElement.java type HTMLOptionElement (line 17) | public interface HTMLOptionElement extends HTMLElement { method getForm (line 23) | public HTMLFormElement getForm(); method getDefaultSelected (line 32) | public boolean getDefaultSelected(); method setDefaultSelected (line 40) | public void setDefaultSelected(boolean defaultSelected); method getText (line 45) | public String getText(); method getIndex (line 52) | public int getIndex(); method getDisabled (line 58) | public boolean getDisabled(); method setDisabled (line 63) | public void setDisabled(boolean disabled); method getLabel (line 69) | public String getLabel(); method setLabel (line 74) | public void setLabel(String label); method getSelected (line 82) | public boolean getSelected(); method setSelected (line 89) | public void setSelected(boolean selected); method getValue (line 95) | public String getValue(); method setValue (line 100) | public void setValue(String value); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLOptionsCollection.java type HTMLOptionsCollection (line 25) | public interface HTMLOptionsCollection { method getLength (line 29) | public int getLength(); method setLength (line 36) | public void setLength(int length) method item (line 48) | public Node item(int index); method namedItem (line 64) | public Node namedItem(String name); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLParagraphElement.java type HTMLParagraphElement (line 17) | public interface HTMLParagraphElement extends HTMLElement { method getAlign (line 22) | public String getAlign(); method setAlign (line 27) | public void setAlign(String align); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLParamElement.java type HTMLParamElement (line 18) | public interface HTMLParamElement extends HTMLElement { method getName (line 23) | public String getName(); method setName (line 28) | public void setName(String name); method getType (line 35) | public String getType(); method setType (line 41) | public void setType(String type); method getValue (line 47) | public String getValue(); method setValue (line 52) | public void setValue(String value); method getValueType (line 58) | public String getValueType(); method setValueType (line 63) | public void setValueType(String valueType); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLPreElement.java type HTMLPreElement (line 17) | public interface HTMLPreElement extends HTMLElement { method getWidth (line 22) | public int getWidth(); method setWidth (line 27) | public void setWidth(int width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLQuoteElement.java type HTMLQuoteElement (line 18) | public interface HTMLQuoteElement extends HTMLElement { method getCite (line 23) | public String getCite(); method setCite (line 28) | public void setCite(String cite); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLScriptElement.java type HTMLScriptElement (line 17) | public interface HTMLScriptElement extends HTMLElement { method getText (line 21) | public String getText(); method setText (line 25) | public void setText(String text); method getHtmlFor (line 30) | public String getHtmlFor(); method setHtmlFor (line 34) | public void setHtmlFor(String htmlFor); method getEvent (line 39) | public String getEvent(); method setEvent (line 43) | public void setEvent(String event); method getCharset (line 49) | public String getCharset(); method setCharset (line 54) | public void setCharset(String charset); method getDefer (line 60) | public boolean getDefer(); method setDefer (line 65) | public void setDefer(boolean defer); method getSrc (line 71) | public String getSrc(); method setSrc (line 76) | public void setSrc(String src); method getType (line 82) | public String getType(); method setType (line 87) | public void setType(String type); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLSelectElement.java type HTMLSelectElement (line 21) | public interface HTMLSelectElement extends HTMLElement { method getType (line 27) | public String getType(); method getSelectedIndex (line 34) | public int getSelectedIndex(); method setSelectedIndex (line 40) | public void setSelectedIndex(int selectedIndex); method getValue (line 47) | public String getValue(); method setValue (line 53) | public void setValue(String value); method getLength (line 59) | public int getLength(); method setLength (line 67) | public void setLength(int length) method getForm (line 75) | public HTMLFormElement getForm(); method getOptions (line 82) | public HTMLOptionsCollection getOptions(); method getDisabled (line 88) | public boolean getDisabled(); method setDisabled (line 93) | public void setDisabled(boolean disabled); method getMultiple (line 100) | public boolean getMultiple(); method setMultiple (line 106) | public void setMultiple(boolean multiple); method getName (line 112) | public String getName(); method setName (line 117) | public void setName(String name); method getSize (line 122) | public int getSize(); method setSize (line 126) | public void setSize(int size); method getTabIndex (line 132) | public int getTabIndex(); method setTabIndex (line 137) | public void setTabIndex(int tabIndex); method add (line 155) | public void add(HTMLElement element, method remove (line 165) | public void remove(int index); method blur (line 170) | public void blur(); method focus (line 175) | public void focus(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLStyleElement.java type HTMLStyleElement (line 19) | public interface HTMLStyleElement extends HTMLElement { method getDisabled (line 23) | public boolean getDisabled(); method setDisabled (line 27) | public void setDisabled(boolean disabled); method getMedia (line 33) | public String getMedia(); method setMedia (line 38) | public void setMedia(String media); method getType (line 44) | public String getType(); method setType (line 49) | public void setType(String type); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableCaptionElement.java type HTMLTableCaptionElement (line 17) | public interface HTMLTableCaptionElement extends HTMLElement { method getAlign (line 22) | public String getAlign(); method setAlign (line 27) | public void setAlign(String align); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableCellElement.java type HTMLTableCellElement (line 18) | public interface HTMLTableCellElement extends HTMLElement { method getCellIndex (line 23) | public int getCellIndex(); method getAbbr (line 29) | public String getAbbr(); method setAbbr (line 34) | public void setAbbr(String abbr); method getAlign (line 40) | public String getAlign(); method setAlign (line 45) | public void setAlign(String align); method getAxis (line 51) | public String getAxis(); method setAxis (line 56) | public void setAxis(String axis); method getBgColor (line 62) | public String getBgColor(); method setBgColor (line 67) | public void setBgColor(String bgColor); method getCh (line 73) | public String getCh(); method setCh (line 78) | public void setCh(String ch); method getChOff (line 84) | public String getChOff(); method setChOff (line 89) | public void setChOff(String chOff); method getColSpan (line 95) | public int getColSpan(); method setColSpan (line 100) | public void setColSpan(int colSpan); method getHeaders (line 106) | public String getHeaders(); method setHeaders (line 111) | public void setHeaders(String headers); method getHeight (line 117) | public String getHeight(); method setHeight (line 122) | public void setHeight(String height); method getNoWrap (line 128) | public boolean getNoWrap(); method setNoWrap (line 133) | public void setNoWrap(boolean noWrap); method getRowSpan (line 139) | public int getRowSpan(); method setRowSpan (line 144) | public void setRowSpan(int rowSpan); method getScope (line 150) | public String getScope(); method setScope (line 155) | public void setScope(String scope); method getVAlign (line 161) | public String getVAlign(); method setVAlign (line 166) | public void setVAlign(String vAlign); method getWidth (line 172) | public String getWidth(); method setWidth (line 177) | public void setWidth(String width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableColElement.java type HTMLTableColElement (line 18) | public interface HTMLTableColElement extends HTMLElement { method getAlign (line 23) | public String getAlign(); method setAlign (line 28) | public void setAlign(String align); method getCh (line 34) | public String getCh(); method setCh (line 39) | public void setCh(String ch); method getChOff (line 45) | public String getChOff(); method setChOff (line 50) | public void setChOff(String chOff); method getSpan (line 56) | public int getSpan(); method setSpan (line 61) | public void setSpan(int span); method getVAlign (line 67) | public String getVAlign(); method setVAlign (line 72) | public void setVAlign(String vAlign); method getWidth (line 77) | public String getWidth(); method setWidth (line 81) | public void setWidth(String width); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableElement.java type HTMLTableElement (line 24) | public interface HTMLTableElement extends HTMLElement { method getCaption (line 29) | public HTMLTableCaptionElement getCaption(); method setCaption (line 36) | public void setCaption(HTMLTableCaptionElement caption) method getTHead (line 44) | public HTMLTableSectionElement getTHead(); method setTHead (line 52) | public void setTHead(HTMLTableSectionElement tHead) method getTFoot (line 60) | public HTMLTableSectionElement getTFoot(); method setTFoot (line 68) | public void setTFoot(HTMLTableSectionElement tFoot) method getRows (line 76) | public HTMLCollection getRows(); method getTBodies (line 81) | public HTMLCollection getTBodies(); method getAlign (line 88) | public String getAlign(); method setAlign (line 94) | public void setAlign(String align); method getBgColor (line 100) | public String getBgColor(); method setBgColor (line 105) | public void setBgColor(String bgColor); method getBorder (line 111) | public String getBorder(); method setBorder (line 116) | public void setBorder(String border); method getCellPadding (line 122) | public String getCellPadding(); method setCellPadding (line 127) | public void setCellPadding(String cellPadding); method getCellSpacing (line 133) | public String getCellSpacing(); method setCellSpacing (line 138) | public void setCellSpacing(String cellSpacing); method getFrame (line 144) | public String getFrame(); method setFrame (line 149) | public void setFrame(String frame); method getRules (line 155) | public String getRules(); method setRules (line 160) | public void setRules(String rules); method getSummary (line 166) | public String getSummary(); method setSummary (line 171) | public void setSummary(String summary); method getWidth (line 177) | public String getWidth(); method setWidth (line 182) | public void setWidth(String width); method createTHead (line 188) | public HTMLElement createTHead(); method deleteTHead (line 193) | public void deleteTHead(); method createTFoot (line 199) | public HTMLElement createTFoot(); method deleteTFoot (line 204) | public void deleteTFoot(); method createCaption (line 210) | public HTMLElement createCaption(); method deleteCaption (line 215) | public void deleteCaption(); method insertRow (line 234) | public HTMLElement insertRow(int index) method deleteRow (line 249) | public void deleteRow(int index) FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableRowElement.java type HTMLTableRowElement (line 19) | public interface HTMLTableRowElement extends HTMLElement { method getRowIndex (line 29) | public int getRowIndex(); method getSectionRowIndex (line 37) | public int getSectionRowIndex(); method getCells (line 43) | public HTMLCollection getCells(); method getAlign (line 49) | public String getAlign(); method setAlign (line 54) | public void setAlign(String align); method getBgColor (line 60) | public String getBgColor(); method setBgColor (line 65) | public void setBgColor(String bgColor); method getCh (line 71) | public String getCh(); method setCh (line 76) | public void setCh(String ch); method getChOff (line 82) | public String getChOff(); method setChOff (line 87) | public void setChOff(String chOff); method getVAlign (line 93) | public String getVAlign(); method setVAlign (line 98) | public void setVAlign(String vAlign); method insertCell (line 112) | public HTMLElement insertCell(int index) method deleteCell (line 125) | public void deleteCell(int index) FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTableSectionElement.java type HTMLTableSectionElement (line 20) | public interface HTMLTableSectionElement extends HTMLElement { method getAlign (line 25) | public String getAlign(); method setAlign (line 30) | public void setAlign(String align); method getCh (line 36) | public String getCh(); method setCh (line 41) | public void setCh(String ch); method getChOff (line 47) | public String getChOff(); method setChOff (line 52) | public void setChOff(String chOff); method getVAlign (line 58) | public String getVAlign(); method setVAlign (line 63) | public void setVAlign(String vAlign); method getRows (line 68) | public HTMLCollection getRows(); method insertRow (line 84) | public HTMLElement insertRow(int index) method deleteRow (line 98) | public void deleteRow(int index) FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTextAreaElement.java type HTMLTextAreaElement (line 17) | public interface HTMLTextAreaElement extends HTMLElement { method getDefaultValue (line 24) | public String getDefaultValue(); method setDefaultValue (line 31) | public void setDefaultValue(String defaultValue); method getForm (line 38) | public HTMLFormElement getForm(); method getAccessKey (line 44) | public String getAccessKey(); method setAccessKey (line 49) | public void setAccessKey(String accessKey); method getCols (line 55) | public int getCols(); method setCols (line 60) | public void setCols(int cols); method getDisabled (line 66) | public boolean getDisabled(); method setDisabled (line 71) | public void setDisabled(boolean disabled); method getName (line 77) | public String getName(); method setName (line 82) | public void setName(String name); method getReadOnly (line 88) | public boolean getReadOnly(); method setReadOnly (line 93) | public void setReadOnly(boolean readOnly); method getRows (line 98) | public int getRows(); method setRows (line 102) | public void setRows(int rows); method getTabIndex (line 108) | public int getTabIndex(); method setTabIndex (line 113) | public void setTabIndex(int tabIndex); method getType (line 118) | public String getType(); method getValue (line 127) | public String getValue(); method setValue (line 135) | public void setValue(String value); method blur (line 140) | public void blur(); method focus (line 145) | public void focus(); method select (line 150) | public void select(); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLTitleElement.java type HTMLTitleElement (line 17) | public interface HTMLTitleElement extends HTMLElement { method getText (line 21) | public String getText(); method setText (line 25) | public void setText(String text); FILE: platform/com.subgraph.vega.html/src/org/w3c/dom/html2/HTMLUListElement.java type HTMLUListElement (line 17) | public interface HTMLUListElement extends HTMLElement { method getCompact (line 22) | public boolean getCompact(); method setCompact (line 27) | public void setCompact(boolean compact); method getType (line 33) | public String getType(); method setType (line 38) | public void setType(String type); FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ConnectionTask.java class ConnectionTask (line 22) | public class ConnectionTask implements Runnable { method ConnectionTask (line 29) | ConnectionTask(VegaHttpService httpService, VegaHttpServerConnection c... method shutdown (line 39) | public synchronized void shutdown() { method run (line 46) | @Override method processingLoop (line 69) | private void processingLoop() throws IOException, HttpException { method processRequestContext (line 77) | private void processRequestContext(HttpContext context) throws IOExcep... FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/HttpInterceptor.java class HttpInterceptor (line 36) | public class HttpInterceptor implements IHttpInterceptor { method HttpInterceptor (line 49) | HttpInterceptor(IModel model) { method handleWorkspaceOpen (line 69) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 73) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 77) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method loadInterceptorLevelRequest (line 83) | private void loadInterceptorLevelRequest() { method loadInterceptorLevelResponse (line 90) | private void loadInterceptorLevelResponse() { method createConditionSet (line 97) | private IHttpConditionSet createConditionSet(IModel model, boolean isR... method createConditionSetChangedHandler (line 102) | private IEventHandler createConditionSetChangedHandler(final boolean i... method onConditionSetChanged (line 112) | private void onConditionSetChanged(ConditionSetChanged event, boolean ... method intercept (line 126) | private boolean intercept(ProxyTransaction transaction) { method interceptByLevelAndBreakpointSet (line 133) | private boolean interceptByLevelAndBreakpointSet(ProxyTransaction tran... method interceptOnBreakpointSet (line 145) | private boolean interceptOnBreakpointSet(IHttpConditionSet breakpointS... method handleTransaction (line 156) | public boolean handleTransaction(ProxyTransaction transaction) { method setEnabled (line 171) | @Override method isEnabled (line 183) | @Override method addEventHandler (line 190) | @Override method removeEventHandler (line 197) | @Override method setInterceptLevel (line 204) | @Override method getInterceptLevel (line 218) | @Override method transactionQueueSize (line 229) | @Override method getTransactions (line 236) | @Override method transactionQueueGet (line 243) | @Override method notifyHandled (line 259) | public void notifyHandled(ProxyTransaction transaction) { method getBreakpointSet (line 275) | private IHttpConditionSet getBreakpointSet(TransactionDirection direct... method releaseOnChange (line 289) | private void releaseOnChange(TransactionDirection direction) { method forwardAll (line 316) | private void forwardAll() { FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/HttpProxyListener.java class HttpProxyListener (line 38) | public class HttpProxyListener implements IHttpProxyListener { method HttpProxyListener (line 56) | public HttpProxyListener(IHttpProxyListenerConfig config, ProxyTransac... method getConfig (line 81) | @Override method getRequestEngine (line 86) | @Override method start (line 91) | @Override method createProxyLoopRunnable (line 104) | private Runnable createProxyLoopRunnable() { method proxyAcceptLoop (line 113) | private void proxyAcceptLoop() { method stop (line 150) | @Override method registerEventHandler (line 161) | @Override method unregisterEventHandler (line 168) | @Override method handleTransaction (line 175) | public boolean handleTransaction(ProxyTransaction transaction) throws ... method completeRequest (line 189) | void completeRequest(ProxyTransaction transaction) { method notifyClose (line 196) | public void notifyClose(ConnectionTask task) { FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/HttpProxyListenerConfig.java class HttpProxyListenerConfig (line 7) | public class HttpProxyListenerConfig implements IHttpProxyListenerConfig { method getInetAddress (line 12) | @Override method setInetAddress (line 17) | @Override method getPort (line 22) | @Override method setPort (line 27) | @Override method getBacklog (line 32) | @Override method setBacklog (line 37) | @Override method getListenerAddress (line 42) | @Override method toString (line 47) | @Override FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/HttpProxyService.java class HttpProxyService (line 51) | public class HttpProxyService implements IHttpProxyService { method HttpProxyService (line 75) | public HttpProxyService() { method activate (line 86) | public void activate() { method registerEventHandler (line 99) | @Override method unregisterEventHandler (line 104) | @Override method isRunning (line 109) | @Override method isPassthrough (line 114) | @Override method createListenerConfig (line 121) | @Override method setListenerConfigs (line 126) | @Override method getListenerConfigs (line 165) | @Override method getListeners (line 170) | @Override method getListenerConfigsCount (line 175) | @Override method setPassthrough (line 180) | @Override method start (line 188) | @Override method startListener (line 213) | private void startListener(IHttpProxyListenerConfig config) { method stopListener (line 226) | private void stopListener(IHttpProxyListener listener) { method loadModules (line 234) | private List loadModules() { method processTransaction (line 242) | private void processTransaction(IProxyTransaction transaction) { method stop (line 257) | @Override method getTransactionManipulator (line 279) | @Override method getInterceptor (line 284) | @Override method setModel (line 289) | protected void setModel(IModel model) { method unsetModel (line 293) | protected void unsetModel(IModel model) { method setContentAnalyzerFactory (line 297) | protected void setContentAnalyzerFactory(IContentAnalyzerFactory facto... method unsetContentAnalyzerFactory (line 301) | protected void unsetContentAnalyzerFactory(IContentAnalyzerFactory fac... method setRequestEngineFactory (line 305) | protected void setRequestEngineFactory(IHttpRequestEngineFactory facto... method unsetRequestEngineFactory (line 310) | protected void unsetRequestEngineFactory(IHttpRequestEngineFactory fac... method setModuleRepository (line 315) | protected void setModuleRepository(IScannerModuleRegistry moduleReposi... method unsetModuleRepository (line 319) | protected void unsetModuleRepository(IScannerModuleRegistry moduleRepo... method setPathFinder (line 323) | protected void setPathFinder(IPathFinder pathFinder) { method unsetPathFinder (line 327) | protected void unsetPathFinder(IPathFinder pathFinder) { method setScanner (line 331) | protected void setScanner(IScanner scanner) { method unsetScanner (line 335) | protected void unsetScanner(IScanner scanner) { method getResponseProcessingModules (line 339) | @Override method isProxyScanEnabled (line 349) | @Override method setProxyScanEnabled (line 354) | @Override method getProxyScanConfig (line 359) | @Override method getProxyScanModules (line 364) | @Override FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ProxyRequestHandler.java class ProxyRequestHandler (line 43) | public class ProxyRequestHandler implements HttpRequestHandler { method ProxyRequestHandler (line 67) | ProxyRequestHandler(HttpProxyListener httpProxy, Logger logger, IHttpR... method handle (line 73) | @Override method copyEntity (line 130) | private HttpEntity copyEntity(HttpEntity entity) { method copyToUriRequest (line 144) | private HttpUriRequest copyToUriRequest(HttpRequest request) throws Pr... method removeSchemeAndHost (line 167) | private String removeSchemeAndHost(String line) { method removePath (line 176) | private String removePath(String line) { method findPathStart (line 186) | private int findPathStart(String line) { method createRequestCopy (line 197) | private HttpUriRequest createRequestCopy(HttpHost host, HttpRequest re... method copyResponse (line 208) | private HttpResponse copyResponse(HttpResponse originalResponse) { method removeHeaders (line 215) | private void removeHeaders(HttpMessage message) { method handleRequest (line 221) | private boolean handleRequest(ProxyTransaction transaction, HttpReques... method handleResponse (line 231) | private boolean handleResponse(ProxyTransaction transaction, IHttpResp... FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ProxyScanner.java class ProxyScanner (line 28) | public class ProxyScanner { method ProxyScanner (line 39) | ProxyScanner(IScanner scanner, CookieStore cookieStore, IModel model) { method reloadModules (line 45) | void reloadModules() { method isEnabled (line 51) | boolean isEnabled() { method setEnabled (line 55) | void setEnabled(boolean value) { method getInjectionModules (line 60) | List getInjectionModules() { method getConfig (line 67) | IScannerConfig getConfig() { method processRequest (line 74) | void processRequest(HttpUriRequest request) { method handleWorkspaceChanged (line 86) | void handleWorkspaceChanged(IWorkspace newWorkspace) { method handleProxyScanGetRequest (line 97) | private void handleProxyScanGetRequest(HttpUriRequest request) { method handleProxyScanPostRequest (line 109) | private void handleProxyScanPostRequest(HttpUriRequest request) { method requestToURI (line 130) | private VegaURI requestToURI(HttpUriRequest request) { method isTargetInScope (line 136) | private boolean isTargetInScope(URI target) { FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ProxyScannerScopeTracker.java class ProxyScannerScopeTracker (line 13) | public class ProxyScannerScopeTracker { method ProxyScannerScopeTracker (line 20) | ProxyScannerScopeTracker(IModel model, ProxyScanner proxyScanner) { method getCurrentActiveScope (line 26) | ITargetScope getCurrentActiveScope() { method createWorkspaceListener (line 30) | private IEventHandler createWorkspaceListener() { method createScopeChangeListener (line 45) | private IEventHandler createScopeChangeListener() { method handleWorkspaceOpen (line 56) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceReset (line 60) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method handleWorkspaceClose (line 65) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method setCurrentWorkspace (line 69) | private void setCurrentWorkspace(IWorkspace workspace) { method setScopeChangeListener (line 76) | private ITargetScope setScopeChangeListener(IWorkspace oldWorkspace, I... FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ProxyTransaction.java class ProxyTransaction (line 26) | public class ProxyTransaction implements IProxyTransaction { method ProxyTransaction (line 39) | ProxyTransaction(IHttpRequestEngine requestEngine, HttpContext context) { method getRequestEngine (line 44) | public IHttpRequestEngine getRequestEngine() { method getContext (line 48) | public HttpContext getContext() { method setResponse (line 52) | public synchronized void setResponse(IHttpResponse response) { method await (line 56) | public void await() throws InterruptedException { method setPending (line 88) | public synchronized void setPending(HttpInterceptor interceptor) { method setUnqueued (line 94) | public synchronized void setUnqueued() { method getForward (line 98) | public synchronized boolean getForward() { method setEventHandler (line 102) | @Override method setRequest (line 107) | @Override method hasRequest (line 112) | @Override method getRequest (line 117) | @Override method hasResponse (line 122) | @Override method getResponse (line 127) | @Override method doForward (line 132) | @Override method doDrop (line 147) | @Override method signalForward (line 169) | public synchronized void signalForward() { method signalComplete (line 179) | public synchronized void signalComplete(boolean dropped) { method setRequestTask (line 189) | public synchronized void setRequestTask(IHttpRequestTask requestTask) { FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ProxyTransactionManipulator.java class ProxyTransactionManipulator (line 20) | public class ProxyTransactionManipulator implements IHttpProxyTransactio... method ProxyTransactionManipulator (line 37) | public ProxyTransactionManipulator() { method setUserAgent (line 40) | @Override method setUserAgentOverride (line 45) | @Override method setBrowserCacheDisable (line 50) | @Override method setProxyCacheDisable (line 55) | @Override method process (line 60) | @Override method process (line 85) | @Override FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/ResponseContentCustom.java class ResponseContentCustom (line 30) | public class ResponseContentCustom implements HttpResponseInterceptor { method ResponseContentCustom (line 32) | public ResponseContentCustom() { method process (line 36) | public void process(final HttpResponse response, final HttpContext con... FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/VegaHttpRequestFactory.java class VegaHttpRequestFactory (line 23) | public class VegaHttpRequestFactory extends DefaultHttpRequestFactory { method isConnectMethod (line 25) | private boolean isConnectMethod(String method) { method newHttpRequest (line 29) | @Override method newHttpRequest (line 38) | @Override FILE: platform/com.subgraph.vega.http.proxy/src/com/subgraph/vega/internal/http/proxy/VegaHttpRequestParser.java class VegaHttpRequestParser (line 43) | public class VegaHttpRequestParser implements HttpMessageParser getCookiesForRequest(HttpHost targetHost, method getCookieOrigin (line 42) | private CookieOrigin getCookieOrigin(HttpHost host, HttpRequest reques... method getPortForHost (line 48) | private int getPortForHost(HttpHost host) { method isSecureScheme (line 62) | private boolean isSecureScheme(HttpHost host) { method getPathForRequest (line 66) | private String getPathForRequest(HttpRequest request) { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/EngineHttpResponse.java class EngineHttpResponse (line 49) | public class EngineHttpResponse implements IHttpResponse { method EngineHttpResponse (line 70) | EngineHttpResponse(URI uri, HttpHost host, HttpRequest originalRequest, method cloneOriginalRequest (line 84) | private static HttpRequest cloneOriginalRequest(HttpHost host, HttpReq... method getOriginalRequest (line 92) | @Override method getSentCookies (line 97) | @Override method getResponseCookies (line 102) | @Override method setRawResponse (line 107) | @Override method getRawResponse (line 112) | @Override method getBodyAsString (line 117) | @Override method toString (line 158) | public static String toString( method getParsedHTML (line 202) | @Override method getHost (line 221) | @Override method getResponseCode (line 226) | @Override method isFetchFail (line 231) | @Override method isMostlyAscii (line 237) | @Override method getPageFingerprint (line 264) | @Override method getResponseStatus (line 271) | @Override method getRequestMilliseconds (line 277) | @Override method lockResponseEntity (line 282) | @Override method setRequestId (line 300) | @Override method getRequestId (line 305) | @Override method getRequestOrigin (line 310) | @Override method getRequestUri (line 315) | @Override method getTags (line 320) | @Override method addTag (line 325) | @Override method removeTag (line 330) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpMacroContext.java class HttpMacroContext (line 17) | public class HttpMacroContext implements IHttpMacroContext { method HttpMacroContext (line 20) | public HttpMacroContext() { method setDict (line 23) | @Override method getDict (line 28) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpMacroExecutor.java class HttpMacroExecutor (line 30) | public class HttpMacroExecutor implements IHttpMacroExecutor { method HttpMacroExecutor (line 37) | public HttpMacroExecutor(IHttpRequestEngine requestEngine, IHttpMacro ... method getMacro (line 45) | @Override method getRequestEngine (line 50) | @Override method getMacroContext (line 55) | @Override method hasNext (line 60) | @Override method sendNextRequest (line 65) | @Override method sendNextRequest (line 80) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpRequestEngine.java class HttpRequestEngine (line 53) | public class HttpRequestEngine implements IHttpRequestEngine { method HttpRequestEngine (line 70) | HttpRequestEngine(EngineConfigType type, ExecutorService executor, Htt... method getRequestEngineConfig (line 87) | @Override method getRequestOrigin (line 92) | @Override method getHttpClient (line 97) | @Override method getHttpContext (line 102) | @Override method getCookieStore (line 107) | @Override method setCookieStore (line 112) | @Override method getClientDowncast (line 117) | private AbstractHttpClient getClientDowncast() { method addRequestModifier (line 124) | @Override method addRequestListener (line 129) | @Override method removeRequestListener (line 134) | @Override method getRequestList (line 139) | @Override method sendRequest (line 146) | @Override method sendRequest (line 170) | @Override method createMacroContext (line 175) | @Override method createMacroExecutor (line 180) | @Override method addRequestInProgress (line 185) | public void addRequestInProgress(HttpRequestTask requestTask) { method removeRequestInProgress (line 192) | public void removeRequestInProgress(HttpRequestTask requestTask) { method createGetRequest (line 199) | @Override method createPostRequest (line 204) | @Override method createRawRequest (line 209) | @Override method createRawEntityEnclosingRequest (line 215) | @Override method getCookiesForRequest (line 221) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpRequestEngineConfig.java class HttpRequestEngineConfig (line 20) | public class HttpRequestEngineConfig implements IHttpRequestEngineConfig { method setForceIdentityEncoding (line 31) | @Override method setDecompressGzipEncoding (line 36) | @Override method getForceIdentityEncoding (line 41) | @Override method getDecompressGzipEncoding (line 46) | @Override method setUndoURLEncoding (line 51) | @Override method getUndoURLEncoding (line 56) | @Override method registerResponseProcessor (line 61) | @Override method getResponseProcessors (line 68) | @Override method setRequestsPerMinute (line 75) | @Override method getRequestsPerMinute (line 80) | @Override method setMaxConnections (line 85) | @Override method getMaxConnections (line 90) | @Override method setMaxConnectionsPerRoute (line 95) | @Override method getMaxConnectionsPerRoute (line 100) | @Override method setMaximumResponseKilobytes (line 105) | @Override method getMaximumResponseKilobytes (line 110) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpRequestEngineFactory.java class HttpRequestEngineFactory (line 32) | public class HttpRequestEngineFactory implements IHttpRequestEngineFacto... method setProxy (line 37) | @Override method createConfig (line 42) | @Override method createRequestEngine (line 47) | @Override method createRequestBuilder (line 57) | @Override method createResponseBuilder (line 62) | @Override method configureClient (line 67) | private void configureClient(HttpClient client, IHttpRequestEngineConf... method setHTMLParser (line 76) | protected void setHTMLParser(IHTMLParser htmlParser) { method unsetHTMLParser (line 80) | protected void unsetHTMLParser(IHTMLParser htmlParser) { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpRequestTask.java class HttpRequestTask (line 56) | class HttpRequestTask implements IHttpRequestTask, Callable future) { method getRequestEngine (line 84) | @Override method abort (line 89) | @Override method getRequest (line 94) | @Override method get (line 99) | @Override method isComplete (line 115) | @Override method getTimeCompleted (line 120) | @Override method call (line 125) | @Override method extractResponseCookies (line 182) | private List extractResponseCookies(HttpResponse ... method getElapsedTimeFromContext (line 207) | private long getElapsedTimeFromContext(HttpContext context) { method processEntity (line 216) | private HttpEntity processEntity(HttpResponse response, HttpEntity ent... method createEmptyEntity (line 241) | private HttpEntity createEmptyEntity() { method translateException (line 245) | private RequestEngineException translateException(HttpUriRequest reque... FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/HttpResponseCookie.java class HttpResponseCookie (line 9) | public class HttpResponseCookie implements IHttpResponseCookie { method HttpResponseCookie (line 13) | HttpResponseCookie(String header, ClientCookie cookie) { method getAttribute (line 18) | @Override method containsAttribute (line 23) | @Override method getName (line 28) | @Override method getValue (line 33) | @Override method getComment (line 38) | @Override method getCommentURL (line 43) | @Override method getExpiryDate (line 48) | @Override method isPersistent (line 53) | @Override method getDomain (line 58) | @Override method getPath (line 63) | @Override method getPorts (line 68) | @Override method isSecure (line 73) | @Override method getVersion (line 78) | @Override method isExpired (line 83) | @Override method getHeader (line 88) | @Override method toString (line 93) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/PageFingerprint.java class PageFingerprint (line 17) | public class PageFingerprint implements IPageFingerprint { method generateFromCodeAndString (line 19) | public static PageFingerprint generateFromCodeAndString(int code, Stri... method setCode (line 61) | public void setCode(int code) { method getCode (line 65) | public int getCode() { method getData (line 69) | public int[] getData() { method addWordLength (line 73) | public void addWordLength(int length) { method isSame (line 79) | public boolean isSame(IPageFingerprint other) { method isRelativeMatch (line 99) | private boolean isRelativeMatch(int diff, int scale) { method toString (line 103) | public String toString() { method equals (line 117) | @Override method hashCode (line 129) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/RateLimiter.java class RateLimiter (line 13) | public class RateLimiter { method RateLimiter (line 19) | RateLimiter(int requestsPerMinute) { method maybeDelayRequest (line 25) | void maybeDelayRequest() throws InterruptedException { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/RepeatableStreamingEntity.java class RepeatableStreamingEntity (line 29) | public class RepeatableStreamingEntity extends AbstractHttpEntity { method RepeatableStreamingEntity (line 41) | RepeatableStreamingEntity(InputStream input, long length, boolean cons... method RepeatableStreamingEntity (line 51) | RepeatableStreamingEntity(HttpEntity originalEntity) throws IOException { method setMaximumInputKilobytes (line 59) | void setMaximumInputKilobytes(int kb) { method copyEntityProperties (line 63) | private void copyEntityProperties(HttpEntity e) { method setActiveInputStream (line 72) | private void setActiveInputStream(InputStream input, long length) { method setActiveByteArrayEntity (line 81) | private void setActiveByteArrayEntity(byte[] content) { method consumeAllInput (line 89) | private void consumeAllInput() throws IOException { method isRepeatable (line 106) | @Override method getContentLength (line 111) | @Override method getContent (line 116) | @Override method writeTo (line 124) | @Override method isStreaming (line 161) | @Override method consumeContent (line 166) | @Override class CachingInputStream (line 177) | private class CachingInputStream extends InputStream { method CachingInputStream (line 182) | CachingInputStream(InputStream input, int bufferSize) { method read (line 187) | @Override method read (line 203) | public int read(byte[] b, int off, int len) throws IOException { method checkMaximumLength (line 218) | private void checkMaximumLength() throws IOException { method close (line 228) | public void close() throws IOException { method processEOF (line 235) | private void processEOF() throws IOException { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/RequestCopyHeadersInterceptor.java class RequestCopyHeadersInterceptor (line 29) | public class RequestCopyHeadersInterceptor implements HttpRequestInterce... method process (line 31) | @Override method copyRequest (line 38) | private HttpRequest copyRequest(HttpRequest request) { method copyEntityEnclosingRequest (line 45) | private HttpRequest copyEntityEnclosingRequest(HttpEntityEnclosingRequ... method copyBasicRequest (line 52) | private HttpRequest copyBasicRequest(HttpRequest request) { method copyHeaders (line 60) | private static void copyHeaders(HttpMessage from, HttpMessage to) { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/RequestExtractCookiesInterceptor.java class RequestExtractCookiesInterceptor (line 36) | public class RequestExtractCookiesInterceptor implements HttpRequestInte... method RequestExtractCookiesInterceptor (line 62) | public RequestExtractCookiesInterceptor(String defaultPolicy) { method RequestExtractCookiesInterceptor (line 66) | public RequestExtractCookiesInterceptor() { method process (line 70) | @Override method addCookiesForHeader (line 98) | private void addCookiesForHeader(Header header, CookieSpec spec, Cooki... method processCookieHeader (line 104) | private List processCookieHeader(Header header, CookieSpec spe... method getCookieSpec (line 118) | private CookieSpec getCookieSpec(HttpRequest request, HttpContext cont... method getCookiePolicy (line 132) | private String getCookiePolicy(HttpParams params) { method getTrueOrigin (line 141) | private CookieOrigin getTrueOrigin(HttpRequest request, HttpContext co... method toCookieOrigin (line 160) | private CookieOrigin toCookieOrigin(CookieOrigin trueOrigin) { method getPathForRequest (line 168) | private String getPathForRequest(HttpRequest request) { method getPort (line 177) | private int getPort(HttpHost host, HttpRoutedConnection connection) { method getPortForScheme (line 187) | private int getPortForScheme(String scheme) { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/RequestTimingHttpExecutor.java class RequestTimingHttpExecutor (line 20) | public class RequestTimingHttpExecutor extends HttpRequestExecutor { method doSendRequest (line 23) | protected HttpResponse doSendRequest( method doReceiveResponse (line 90) | protected HttpResponse doReceiveResponse( FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/SSLSocketFactoryPlus.java class SSLSocketFactoryPlus (line 15) | public class SSLSocketFactoryPlus extends SSLSocketFactory { method SSLSocketFactoryPlus (line 17) | public SSLSocketFactoryPlus(TrustStrategy trustStrategy, method prepareSocket (line 25) | protected void prepareSocket(final SSLSocket socket) throws IOException { method javaVersionAsFloat (line 38) | private double javaVersionAsFloat() { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/VegaResponseProcessCookies.java class VegaResponseProcessCookies (line 20) | public class VegaResponseProcessCookies implements HttpResponseIntercept... method process (line 22) | public void process(final HttpResponse response, final HttpContext con... method processCookies (line 61) | private void processCookies(final HeaderIterator iterator, FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/client/VegaDecompressingHttpClient.java class VegaDecompressingHttpClient (line 30) | public class VegaDecompressingHttpClient implements HttpClient { method VegaDecompressingHttpClient (line 42) | public VegaDecompressingHttpClient(HttpClient backend) { method VegaDecompressingHttpClient (line 46) | VegaDecompressingHttpClient(HttpClient backend, method getParams (line 54) | public HttpParams getParams() { method getConnectionManager (line 58) | public ClientConnectionManager getConnectionManager() { method execute (line 62) | public HttpResponse execute(HttpUriRequest request) throws IOException, method getHttpHost (line 67) | HttpHost getHttpHost(HttpUriRequest request) { method execute (line 72) | public HttpResponse execute(HttpUriRequest request, HttpContext context) method execute (line 77) | public HttpResponse execute(HttpHost target, HttpRequest request) method execute (line 82) | public HttpResponse execute(HttpHost target, HttpRequest request, method execute (line 106) | public T execute(HttpUriRequest request, method execute (line 112) | public T execute(HttpUriRequest request, method execute (line 118) | public T execute(HttpHost target, HttpRequest request, method execute (line 124) | public T execute(HttpHost target, HttpRequest request, FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/client/VegaEntityEnclosingRequestWrapper.java class VegaEntityEnclosingRequestWrapper (line 13) | public class VegaEntityEnclosingRequestWrapper extends EntityEnclosingRe... method VegaEntityEnclosingRequestWrapper (line 15) | public VegaEntityEnclosingRequestWrapper(HttpEntityEnclosingRequest re... method getRequestLine (line 20) | @Override method getAbortableRequest (line 25) | private AbortableHttpRequest getAbortableRequest() { method setConnectionRequest (line 33) | @Override method setReleaseTrigger (line 42) | @Override method abort (line 51) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/client/VegaHttpClient.java class VegaHttpClient (line 21) | public class VegaHttpClient extends DefaultHttpClient { method VegaHttpClient (line 24) | public VegaHttpClient(ClientConnectionManager ccm, HttpParams params) { method createRequestExecutor (line 28) | @Override method createClientRequestDirector (line 33) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/client/VegaRequestDirector.java class VegaRequestDirector (line 21) | public class VegaRequestDirector extends DefaultRequestDirector { method VegaRequestDirector (line 23) | public VegaRequestDirector(final Log log, method wrapRequest (line 40) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/client/VegaRequestWrapper.java class VegaRequestWrapper (line 13) | public class VegaRequestWrapper extends RequestWrapper implements Aborta... method VegaRequestWrapper (line 15) | public VegaRequestWrapper(HttpRequest request) throws ProtocolException { method getRequestLine (line 19) | @Override method getAbortableRequest (line 25) | private AbortableHttpRequest getAbortableRequest() { method setConnectionRequest (line 33) | @Override method setReleaseTrigger (line 42) | @Override method abort (line 51) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/IHttpClientConfigurer.java type IHttpClientConfigurer (line 6) | public interface IHttpClientConfigurer { method configureHttpClient (line 7) | void configureHttpClient(DefaultHttpClient client); method createHttpParams (line 8) | HttpParams createHttpParams(); FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/IRequestEncodingStrategy.java type IRequestEncodingStrategy (line 5) | public interface IRequestEncodingStrategy { method encodeRequestLine (line 6) | RequestLine encodeRequestLine(RequestLine requestLine); FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/RequestEngineConfig.java class RequestEngineConfig (line 9) | public class RequestEngineConfig { method getRequestEncodingStrategy (line 11) | public static IRequestEncodingStrategy getRequestEncodingStrategy(IHtt... method getHttpClientConfigurer (line 21) | public static IHttpClientConfigurer getHttpClientConfigurer(IHttpReque... FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/proxy/ProxyHttpClientConfigurer.java class ProxyHttpClientConfigurer (line 17) | public class ProxyHttpClientConfigurer implements IHttpClientConfigurer { method configureHttpClient (line 19) | @Override method configureRequestInterceptors (line 26) | private void configureRequestInterceptors(DefaultHttpClient client) { method configureResponseInterceptors (line 32) | private void configureResponseInterceptors(DefaultHttpClient client) { method createHttpParams (line 37) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/proxy/ProxyRequestEncodingStrategy.java class ProxyRequestEncodingStrategy (line 7) | public class ProxyRequestEncodingStrategy implements IRequestEncodingStr... method encodeRequestLine (line 9) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/scanner/ScannerHttpClientConfigurer.java class ScannerHttpClientConfigurer (line 16) | public class ScannerHttpClientConfigurer implements IHttpClientConfigurer { method configureHttpClient (line 18) | @Override method createHttpParams (line 26) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/config/scanner/ScannerRequestEncodingStrategy.java class ScannerRequestEncodingStrategy (line 12) | public class ScannerRequestEncodingStrategy implements IRequestEncodingS... method encodeRequestLine (line 17) | @Override method encodeQuery (line 32) | private String encodeQuery(String query) { method encodePath (line 44) | private String encodePath(String path) { method encodeString (line 48) | private String encodeString(String s, String encChars) { method encodeCharIntoBuffer (line 57) | private void encodeCharIntoBuffer(char c, String encChars, StringBuild... method appendEscape (line 70) | private static void appendEscape(StringBuilder sb, char c) { method lineToPath (line 77) | private static String lineToPath(String line) { method lineToQuery (line 85) | private static String lineToQuery(String line) { method containsUnicode (line 93) | private static boolean containsUnicode(String line) { FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/connection/SocksModeClientConnectionOperator.java class SocksModeClientConnectionOperator (line 43) | public class SocksModeClientConnectionOperator extends DefaultClientConn... method SocksModeClientConnectionOperator (line 47) | public SocksModeClientConnectionOperator(SchemeRegistry sr) { method openConnection (line 52) | @Override FILE: platform/com.subgraph.vega.http.requests/src/com/subgraph/vega/internal/http/requests/connection/SocksSupportingThreadSafeClientConnectionManager.java class SocksSupportingThreadSafeClientConnectionManager (line 17) | public class SocksSupportingThreadSafeClientConnectionManager extends method SocksSupportingThreadSafeClientConnectionManager (line 20) | public SocksSupportingThreadSafeClientConnectionManager(SchemeRegistry... method createConnectionOperator (line 24) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/DatabaseConfigurationFactory.java class DatabaseConfigurationFactory (line 24) | public class DatabaseConfigurationFactory { method createDefaultConfiguration (line 30) | public EmbeddedConfiguration createDefaultConfiguration() { method openContainer (line 63) | public ObjectContainer openContainer(String path) { method openContainer (line 68) | public ObjectContainer openContainer(EmbeddedConfiguration config, Str... FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/Model.java class Model (line 28) | public class Model implements IModel { method activate (line 42) | public void activate() { method setConsole (line 46) | protected void setConsole(IConsole console) { method unsetConsole (line 50) | protected void unsetConsole(IConsole console) { method setHTMLParser (line 54) | protected void setHTMLParser(IHTMLParser parser) { method unsetHTMLParser (line 58) | protected void unsetHTMLParser(IHTMLParser parser) { method setXmlRepository (line 62) | protected void setXmlRepository(IXmlRepository xmlRepository) { method unsetXmlRepository (line 66) | protected void unsetXmlRepository(IXmlRepository xmlRepository) { method setPathFinder (line 70) | protected void setPathFinder(IPathFinder pathFinder) { method unsetPathFinder (line 74) | protected void unsetPathFinder(IPathFinder pathFinder) { method addWorkspaceListener (line 78) | @Override method removeWorkspaceListener (line 84) | @Override method getWorkspaceEntries (line 89) | @Override method openDefaultWorkspace (line 94) | @Override method openWorkspaceByIndex (line 103) | @Override method openWorkspaceEntry (line 108) | private boolean openWorkspaceEntry(IWorkspaceEntry entry) { method resetCurrentWorkspace (line 118) | @Override method getCurrentWorkspace (line 124) | @Override method addConditionSetTracker (line 129) | @Override method removeConditionSetTracker (line 138) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/ModelProperties.java class ModelProperties (line 23) | public class ModelProperties implements IModelProperties, Activatable { method ModelProperties (line 28) | public ModelProperties() { method setProperty (line 32) | public void setProperty(String name, Object value) { method setStringProperty (line 39) | public void setStringProperty(String name, String value) { method setIntegerProperty (line 43) | public void setIntegerProperty(String name, int value) { method getProperty (line 47) | public Object getProperty(String name) { method getStringProperty (line 54) | public String getStringProperty(String name) { method getIntegerProperty (line 63) | public Integer getIntegerProperty(String name) { method propertyKeys (line 72) | public List propertyKeys() { method activate (line 79) | @Override method bind (line 86) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/ModelVersion.java class ModelVersion (line 8) | public class ModelVersion implements IModelVersion, Activatable { method ModelVersion (line 13) | public ModelVersion(int verMajor, int verMinor) { method getVerMajor (line 18) | @Override method getVerMinor (line 24) | @Override method activate (line 30) | @Override method bind (line 37) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/Workspace.java class Workspace (line 53) | public class Workspace implements IWorkspace { method Workspace (line 84) | Workspace(IModel model, IWorkspaceEntry entry, NamedEventListenerManag... method getModel (line 98) | @Override method open (line 103) | @Override method getDatabaseFile (line 118) | private File getDatabaseFile() { method openDatabase (line 122) | private ObjectContainer openDatabase(final File databaseFile) { method getModelVersion (line 147) | @Override method getTagModel (line 155) | @Override method getVariableModel (line 163) | @Override method getHttpMacroModel (line 171) | @Override method getIdentityModel (line 179) | @Override method getWebModel (line 187) | @Override method getRequestLog (line 194) | @Override method getScanAlertRepository (line 201) | @Override method getHttpConditionMananger (line 208) | @Override method close (line 213) | @Override method setProperty (line 226) | @Override method setStringProperty (line 231) | @Override method setIntegerProperty (line 236) | @Override method getProperty (line 241) | @Override method getStringProperty (line 246) | @Override method getIntegerProperty (line 251) | @Override method propertyKeys (line 256) | @Override method getProperties (line 261) | private IModelProperties getProperties() { method getHTMLParser (line 279) | @Override method getTargetScopeManager (line 284) | @Override method consoleWrite (line 289) | @Override method consoleDebug (line 294) | @Override method consoleError (line 300) | @Override method lock (line 305) | @Override method unlock (line 310) | @Override method reset (line 315) | @Override method createBackgroundCommitTask (line 340) | private TimerTask createBackgroundCommitTask(final ObjectContainer db) { method loadModelVersion (line 351) | private void loadModelVersion(ObjectContainer database, boolean newFil... FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/WorkspaceEntries.java class WorkspaceEntries (line 26) | public class WorkspaceEntries { method WorkspaceEntries (line 33) | WorkspaceEntries(IPathFinder pathFinder) { method loadWorkspaceEntries (line 38) | private void loadWorkspaceEntries() { method createDefaultWorkspace (line 62) | private WorkspaceEntry createDefaultWorkspace() { method createWorkspace (line 66) | private WorkspaceEntry createWorkspace(int index, String name) { method openNameFileWriter (line 91) | private Writer openNameFileWriter(File nameFile) { method indexToWorkspacePath (line 101) | private File indexToWorkspacePath(int index) { method getWorkspaceEntries (line 108) | List getWorkspaceEntries() { method getDefaultWorkspaceEntry (line 116) | IWorkspaceEntry getDefaultWorkspaceEntry() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/WorkspaceEntry.java class WorkspaceEntry (line 23) | public class WorkspaceEntry implements IWorkspaceEntry { method createFromPath (line 26) | static WorkspaceEntry createFromPath(File path) { method pathToIndex (line 41) | static int pathToIndex(File path) { method pathToWorkspaceName (line 57) | static String pathToWorkspaceName(File path) { method pathToAutostartFlag (line 82) | static boolean pathToAutostartFlag(File path) { method openNameFileReader (line 87) | static BufferedReader openNameFileReader(File nameFile) { method WorkspaceEntry (line 101) | WorkspaceEntry(String name, int index, boolean autostart, File path) { method getName (line 108) | @Override method getIndex (line 113) | @Override method getPath (line 118) | @Override method isAutostart (line 124) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/WorkspaceLockStatus.java class WorkspaceLockStatus (line 16) | public class WorkspaceLockStatus { method WorkspaceLockStatus (line 20) | WorkspaceLockStatus(EventListenerManager eventManager) { method lock (line 24) | synchronized void lock() { method unlock (line 30) | synchronized void unlock() { method isLocked (line 38) | synchronized boolean isLocked() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/WorkspaceStatus.java class WorkspaceStatus (line 13) | public class WorkspaceStatus { method WorkspaceStatus (line 16) | WorkspaceStatus() { method getProperties (line 20) | ModelProperties getProperties() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/alerts/ScanAlert.java class ScanAlert (line 27) | public class ScanAlert implements IScanAlert, Activatable { method ScanAlert (line 43) | ScanAlert(String key, String name, String title, Severity severity, IS... method getName (line 54) | @Override method getSeverity (line 60) | @Override method getTitle (line 66) | @Override method getDiscretionaryHostname (line 72) | @Override method setDiscretionaryHostname (line 78) | @Override method setResource (line 85) | @Override method setTemplateName (line 92) | @Override method setProperty (line 99) | @Override method setStringProperty (line 109) | @Override method setIntegerProperty (line 115) | @Override method getProperty (line 121) | @Override method getStringProperty (line 127) | @Override method getIntegerProperty (line 133) | @Override method propertyKeys (line 139) | @Override method getTemplateName (line 145) | @Override method getResource (line 151) | @Override method getKey (line 157) | @Override method hasAssociatedRequest (line 163) | @Override method getScanInstance (line 169) | @Override method getScanId (line 175) | @Override method getRequestId (line 181) | @Override method addStringMatchHighlight (line 187) | @Override method addRegexHighlight (line 194) | @Override method addRegexCaseInsensitiveHighlight (line 201) | @Override method getHighlights (line 208) | @Override method equals (line 214) | @Override method hashCode (line 250) | @Override method activate (line 265) | @Override method bind (line 272) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/alerts/ScanAlertFactory.java class ScanAlertFactory (line 24) | public class ScanAlertFactory { method ScanAlertFactory (line 28) | ScanAlertFactory(IXmlRepository xmlRepository) { method createAlert (line 32) | ScanAlert createAlert(String key, String name, IScanInstance scanInsta... method parseSeverity (line 49) | private Severity parseSeverity(Element alertElement) { method processSeverityElement (line 56) | private Severity processSeverityElement(Element e) { method parseTitle (line 72) | private String parseTitle(Element alertElement) { method getTextForElement (line 80) | private String getTextForElement(Element e) { method getAlertElement (line 90) | private Element getAlertElement(Document xmlRoot, String name) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/alerts/ScanAlertHighlight.java class ScanAlertHighlight (line 5) | public class ScanAlertHighlight implements IScanAlertHighlight { method ScanAlertHighlight (line 11) | ScanAlertHighlight(String matchString, boolean isRegex, boolean isCase... method isRegularExpression (line 17) | @Override method isCaseSensitive (line 22) | @Override method getMatchString (line 27) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/alerts/ScanAlertRepository.java class ScanAlertRepository (line 37) | public class ScanAlertRepository implements IScanAlertRepository { method ScanAlertRepository (line 45) | public ScanAlertRepository(ObjectContainer db, IXmlRepository xmlRepos... method fireRemoveEventsEvent (line 68) | void fireRemoveEventsEvent(IScanInstance instance, Collection alerts) { method rejectDuplicateAlert (line 55) | private boolean rejectDuplicateAlert(IScanAlert alert) { method getAlertListForResource (line 73) | private List getAlertListForResource(final String resource) { method hasAlertKey (line 83) | public boolean hasAlertKey(String key) { method getAlertByKey (line 88) | public IScanAlert getAlertByKey(String key) { method getAlertListForKey (line 104) | private List getAlertListForKey(final String key) { method getAllAlerts (line 114) | public List getAllAlerts() { method removeAllAlerts (line 124) | public void removeAllAlerts() { method addScanEventListenerAndPopulate (line 129) | public void addScanEventListenerAndPopulate(IEventHandler listener) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/AbstractCondition.java class AbstractCondition (line 26) | public abstract class AbstractCondition implements IHttpCondition, Activ... method AbstractCondition (line 32) | protected AbstractCondition(IHttpConditionMatchAction matchAction) { method getMatchAction (line 37) | @Override method setMatchAction (line 43) | @Override method matches (line 52) | @Override method isEnabled (line 57) | @Override method setEnabled (line 63) | @Override method createCopy (line 70) | public IHttpCondition createCopy() { method matchesString (line 75) | protected boolean matchesString(String value) { method matchesInteger (line 83) | protected boolean matchesInteger(int value) { method constrainQuery (line 93) | protected Constraint constrainQuery(Query query) { method getValueString (line 98) | public String getValueString() { method isInternal (line 103) | @Override method isSufficient (line 108) | @Override method setSufficient (line 114) | @Override method filterRequestLogQuery (line 121) | public abstract Constraint filterRequestLogQuery(Query query); method activate (line 125) | @Override method bind (line 132) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionHeader.java class ConditionHeader (line 26) | public class ConditionHeader extends AbstractCondition { method getRequestConditionType (line 30) | static IHttpConditionType getRequestConditionType() { method getResponseConditionType (line 38) | static IHttpConditionType getResponseConditionType() { method createTypes (line 46) | private static void createTypes() { method createType (line 51) | private static IHttpConditionType createType(String label, final boole... method ConditionHeader (line 62) | ConditionHeader(boolean matchRequestHeader, IHttpConditionMatchAction ... method matches (line 67) | @Override method matches (line 76) | @Override method headersToString (line 86) | private String headersToString(HttpMessage message) { method matches (line 99) | @Override method getType (line 108) | @Override method filterRequestLogQuery (line 117) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionHostname.java class ConditionHostname (line 24) | public class ConditionHostname extends AbstractCondition { method getConditionType (line 27) | static IHttpConditionType getConditionType() { method createType (line 35) | private static IHttpConditionType createType() { method ConditionHostname (line 44) | private ConditionHostname(IHttpConditionMatchAction matchAction) { method matches (line 48) | @Override method getRequestHostname (line 58) | private String getRequestHostname(HttpRequest request) { method matches (line 66) | @Override method matches (line 71) | @Override method getType (line 76) | @Override method filterRequestLogQuery (line 81) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionPath.java class ConditionPath (line 23) | public class ConditionPath extends AbstractCondition { method getConditionType (line 27) | static IHttpConditionType getConditionType() { method createType (line 35) | private static IHttpConditionType createType() { method ConditionPath (line 44) | private ConditionPath(IHttpConditionMatchAction matchAction) { method getType (line 48) | @Override method matches (line 53) | @Override method matches (line 58) | @Override method matches (line 63) | @Override method filterRequestLogQuery (line 68) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionRequestId.java class ConditionRequestId (line 14) | public class ConditionRequestId extends AbstractCondition { method getConditionType (line 18) | static IHttpConditionType getConditionType() { method createType (line 27) | private static IHttpConditionType createType() { method ConditionRequestId (line 36) | private ConditionRequestId(IHttpConditionMatchAction matchAction) { method getType (line 40) | @Override method matches (line 45) | @Override method matches (line 50) | @Override method matches (line 55) | @Override method matches (line 60) | @Override method isInternal (line 65) | @Override method filterRequestLogQuery (line 70) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionRequestMethod.java class ConditionRequestMethod (line 23) | public class ConditionRequestMethod extends AbstractCondition { method getConditionType (line 27) | static IHttpConditionType getConditionType() { method createType (line 35) | private static IHttpConditionType createType() { method ConditionRequestMethod (line 44) | protected ConditionRequestMethod(IHttpConditionMatchAction matchAction) { method matches (line 48) | @Override method matches (line 56) | @Override method matches (line 61) | @Override method getType (line 66) | @Override method filterRequestLogQuery (line 71) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionResponseLength.java class ConditionResponseLength (line 24) | public class ConditionResponseLength extends AbstractCondition { method getConditionType (line 29) | static IHttpConditionType getConditionType() { method createType (line 37) | private static IHttpConditionType createType() { method ConditionResponseLength (line 46) | private ConditionResponseLength(IHttpConditionMatchAction matchAction) { method matches (line 50) | @Override method matches (line 55) | @Override method getLengthFromResponse (line 61) | private long getLengthFromResponse(HttpResponse response) { method matches (line 75) | @Override method getType (line 80) | @Override method filterRequestLogQuery (line 85) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionResponseStatusCode.java class ConditionResponseStatusCode (line 23) | public class ConditionResponseStatusCode extends AbstractCondition { method getConditionType (line 28) | static IHttpConditionType getConditionType() { method createType (line 36) | private static IHttpConditionType createType() { method ConditionResponseStatusCode (line 45) | private ConditionResponseStatusCode(IHttpConditionMatchAction matchAct... method matches (line 49) | @Override method matches (line 54) | @Override method matches (line 61) | @Override method getType (line 66) | @Override method filterRequestLogQuery (line 71) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/ConditionType.java class ConditionType (line 19) | public abstract class ConditionType implements IHttpConditionType { method ConditionType (line 25) | ConditionType(String name, IMatchActionSet matchActionSet) { method ConditionType (line 29) | ConditionType(String name, IMatchActionSet matchActionSet, boolean isI... method getName (line 35) | @Override method isInternal (line 40) | @Override method getMatchActions (line 45) | @Override method getMatchActionByName (line 50) | @Override method equals (line 60) | public boolean equals(Object other) { method hashCode (line 70) | public int hashCode() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/HttpConditionManager.java class HttpConditionManager (line 29) | public class HttpConditionManager implements IHttpConditionManager { method HttpConditionManager (line 35) | public HttpConditionManager(ObjectContainer database, NamedEventListen... method createConditionTypes (line 53) | private List createConditionTypes() { method notifyClosed (line 66) | public void notifyClosed() { method notifyAllChanged (line 72) | private void notifyAllChanged() { method notifyConditionSetChanged (line 81) | void notifyConditionSetChanged(IHttpConditionSet conditionSet) { method getConditionSet (line 85) | @Override method getConditionSetCopy (line 90) | @Override method saveConditionSet (line 95) | @Override method getConditionSetMap (line 103) | private HttpConditionSetMap getConditionSetMap() { method getConditionTypes (line 116) | @Override method getConditionTypes (line 121) | @Override method getConditionTypeByName (line 136) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/HttpConditionSet.java class HttpConditionSet (line 33) | public class HttpConditionSet implements IHttpConditionSet, Activatable { method HttpConditionSet (line 43) | HttpConditionSet(String name, HttpConditionManager conditionManager) { method HttpConditionSet (line 47) | HttpConditionSet(String name, HttpConditionManager conditionManager, I... method updateAllConditions (line 64) | private void updateAllConditions() { method getAllConditionsList (line 77) | private List getAllConditionsList() { method getName (line 85) | @Override method matchesAll (line 91) | @Override method matchesAll (line 97) | @Override method matchesAny (line 103) | @Override method matchesAny (line 109) | @Override method matchesAllConditions (line 115) | private boolean matchesAllConditions(IRequestLogRecord record) { method matchesAllConditions (line 129) | private boolean matchesAllConditions(HttpRequest request, HttpResponse... method matchesAnyCondition (line 143) | private boolean matchesAnyCondition(IRequestLogRecord record) { method matchesAnyCondition (line 157) | private boolean matchesAnyCondition(HttpRequest request, HttpResponse ... method notifyChanged (line 173) | @Override method hasActiveConditions (line 178) | @Override method appendCondition (line 183) | @Override method removeCondition (line 193) | @Override method clearConditions (line 203) | @Override method getAllConditions (line 213) | @Override method getAllConditions (line 218) | @Override method appendTemporaryCondition (line 233) | @Override method removeTemporaryCondition (line 242) | @Override method clearTemporaryConditions (line 251) | @Override method getAllTemporaryConditions (line 260) | @Override method getConditionManager (line 274) | @Override method setConditionManager (line 279) | void setConditionManager(HttpConditionManager conditionManager) { method filterRequestLog (line 285) | public List filterRequestLog(ObjectContainer db) { method executeFilterQuery (line 294) | public ObjectSet executeFilterQuery(ObjectContainer... method processConstraintChain (line 324) | private Constraint processConstraintChain(Constraint newConstraint, Co... method hasRecords (line 336) | private boolean hasRecords(ObjectContainer db) { method setMatchOnEmptySet (line 342) | @Override method activate (line 351) | @Override method bind (line 358) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/HttpConditionSetMap.java class HttpConditionSetMap (line 21) | public class HttpConditionSetMap implements Activatable { method HttpConditionSetMap (line 28) | public HttpConditionSetMap(HttpConditionManager conditionManager) { method setConditionManager (line 32) | void setConditionManager(HttpConditionManager conditionManager) { method getConditionSet (line 36) | IHttpConditionSet getConditionSet(String name) { method getConditionSetCopy (line 45) | IHttpConditionSet getConditionSetCopy(String name) { method saveConditionSet (line 52) | void saveConditionSet(String name, IHttpConditionSet conditionSet) { method activate (line 59) | @Override method bind (line 66) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/ContainsAction.java class ContainsAction (line 17) | public class ContainsAction extends StringMatchAction { method ContainsAction (line 19) | private ContainsAction(String value) { method ContainsAction (line 23) | public ContainsAction() { method getLabel (line 26) | @Override method constrainQuery (line 31) | @Override method createCopy (line 36) | @Override method matchesValue (line 41) | @Override method getArgumentType (line 46) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/DoesNotContainAction.java class DoesNotContainAction (line 17) | public class DoesNotContainAction extends StringMatchAction { method DoesNotContainAction (line 19) | private DoesNotContainAction(String value) { method DoesNotContainAction (line 23) | public DoesNotContainAction() { method getLabel (line 26) | @Override method createCopy (line 31) | @Override method constrainQuery (line 36) | @Override method matchesValue (line 41) | @Override method getArgumentType (line 46) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/DoesNotEndWithAction.java class DoesNotEndWithAction (line 7) | public class DoesNotEndWithAction extends StringMatchAction { method DoesNotEndWithAction (line 9) | public DoesNotEndWithAction() { method DoesNotEndWithAction (line 13) | private DoesNotEndWithAction(String value) { method constrainQuery (line 17) | @Override method createCopy (line 22) | @Override method getLabel (line 27) | @Override method getArgumentType (line 32) | @Override method matchesValue (line 37) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/DoesNotMatchRegexAction.java class DoesNotMatchRegexAction (line 18) | public class DoesNotMatchRegexAction extends RegexMatchAction { method DoesNotMatchRegexAction (line 20) | private DoesNotMatchRegexAction(String value) { method DoesNotMatchRegexAction (line 24) | DoesNotMatchRegexAction() {} method getLabel (line 26) | @Override method matchesValue (line 31) | @Override method createCopy (line 37) | @Override method createQueryEvaluation (line 42) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/DoesNotStartWithAction.java class DoesNotStartWithAction (line 7) | public class DoesNotStartWithAction extends StringMatchAction { method DoesNotStartWithAction (line 9) | public DoesNotStartWithAction() { method DoesNotStartWithAction (line 12) | private DoesNotStartWithAction(String value) { method constrainQuery (line 16) | @Override method createCopy (line 21) | @Override method getLabel (line 26) | @Override method getArgumentType (line 31) | @Override method matchesValue (line 36) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/EndsWithAction.java class EndsWithAction (line 7) | public class EndsWithAction extends StringMatchAction { method EndsWithAction (line 9) | public EndsWithAction() { method EndsWithAction (line 12) | private EndsWithAction(String value) { method constrainQuery (line 16) | @Override method createCopy (line 21) | @Override method getLabel (line 26) | @Override method getArgumentType (line 31) | @Override method matchesValue (line 36) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/EqualsAction.java class EqualsAction (line 17) | public class EqualsAction extends IntegerMatchAction { method EqualsAction (line 19) | EqualsAction() { method EqualsAction (line 23) | private EqualsAction(int value) { method getLabel (line 27) | @Override method createCopy (line 32) | @Override method constrainQuery (line 37) | @Override method matchesValue (line 42) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IHttpConditionMatchActionEx.java type IHttpConditionMatchActionEx (line 17) | public interface IHttpConditionMatchActionEx extends IHttpConditionMatch... method constrainQuery (line 18) | Constraint constrainQuery(Query query); method createCopy (line 19) | IHttpConditionMatchAction createCopy(); FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IMatchActionSet.java type IMatchActionSet (line 17) | public interface IMatchActionSet { method createMatchActions (line 18) | List createMatchActions(); FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IntegerMatchAction.java class IntegerMatchAction (line 15) | public abstract class IntegerMatchAction implements IHttpConditionIntege... method IntegerMatchAction (line 19) | IntegerMatchAction() { method IntegerMatchAction (line 22) | protected IntegerMatchAction(int value) { method getArgumentType (line 26) | @Override method setInteger (line 31) | @Override method getArgumentAsString (line 36) | @Override method setArgumentFromString (line 41) | @Override method isValidArgumentString (line 50) | @Override method stringToInteger (line 55) | private Integer stringToInteger(String s) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IntegerMatchActionSet.java class IntegerMatchActionSet (line 18) | public class IntegerMatchActionSet implements IMatchActionSet { method createMatchActions (line 19) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IsGreaterThanAction.java class IsGreaterThanAction (line 17) | public class IsGreaterThanAction extends IntegerMatchAction { method IsGreaterThanAction (line 19) | IsGreaterThanAction() { method IsGreaterThanAction (line 22) | private IsGreaterThanAction(int value) { method getLabel (line 26) | @Override method constrainQuery (line 31) | @Override method createCopy (line 36) | @Override method matchesValue (line 41) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IsInsideRangeAction.java class IsInsideRangeAction (line 18) | public class IsInsideRangeAction implements IHttpConditionRangeMatchActi... method IsInsideRangeAction (line 23) | IsInsideRangeAction() {} class Range (line 25) | private static class Range { method Range (line 28) | Range(int low, int high) { method IsInsideRangeAction (line 34) | private IsInsideRangeAction(int low, int high) { method getLabel (line 39) | @Override method setRange (line 43) | @Override method matchesValue (line 49) | @Override method constrainQuery (line 54) | @Override method createCopy (line 59) | @Override method getArgumentType (line 64) | @Override method getArgumentAsString (line 69) | @Override method setArgumentFromString (line 74) | @Override method isValidArgumentString (line 84) | @Override method stringToRange (line 89) | private Range stringToRange(String s) { method stringToInteger (line 102) | private Integer stringToInteger(String s) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/IsLessThanAction.java class IsLessThanAction (line 17) | public class IsLessThanAction extends IntegerMatchAction { method IsLessThanAction (line 19) | IsLessThanAction() { method IsLessThanAction (line 22) | private IsLessThanAction(int value) { method getLabel (line 26) | @Override method matchesValue (line 31) | @Override method constrainQuery (line 36) | @Override method createCopy (line 41) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/MatchesRegexAction.java class MatchesRegexAction (line 18) | public class MatchesRegexAction extends RegexMatchAction { method MatchesRegexAction (line 20) | private MatchesRegexAction(String value) { method MatchesRegexAction (line 24) | MatchesRegexAction() { method getLabel (line 27) | @Override method createCopy (line 32) | @Override method matchesValue (line 37) | @Override method createQueryEvaluation (line 42) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/RegexMatchAction.java class RegexMatchAction (line 21) | public abstract class RegexMatchAction implements IHttpConditionStringMa... method RegexMatchAction (line 29) | protected RegexMatchAction() { method RegexMatchAction (line 32) | protected RegexMatchAction(String value) { method getPatternString (line 36) | protected String getPatternString() { method getArgumentType (line 40) | @Override method getArgumentAsString (line 45) | @Override method setArgumentFromString (line 50) | @Override method isValidArgumentString (line 59) | @Override method matchesRegex (line 64) | protected boolean matchesRegex(String value) { method constrainQuery (line 72) | @Override method createQueryEvaluation (line 81) | protected abstract Evaluation createQueryEvaluation(Pattern pattern); method getRegexConstraint (line 83) | private Evaluation getRegexConstraint(Pattern pattern) { method getRegexPattern (line 92) | private Pattern getRegexPattern() { method createRegexPattern (line 105) | private Pattern createRegexPattern(String str) { method setString (line 113) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/RegexQueryEvaluation.java class RegexQueryEvaluation (line 18) | public class RegexQueryEvaluation implements Evaluation { method RegexQueryEvaluation (line 25) | public RegexQueryEvaluation(Pattern pattern, boolean invertMatch) { method evaluate (line 30) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/StartsWithAction.java class StartsWithAction (line 7) | public class StartsWithAction extends StringMatchAction { method StartsWithAction (line 9) | public StartsWithAction() { method StartsWithAction (line 12) | private StartsWithAction(String value) { method constrainQuery (line 16) | @Override method createCopy (line 21) | @Override method getLabel (line 26) | @Override method getArgumentType (line 31) | @Override method matchesValue (line 36) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/StringMatchAction.java class StringMatchAction (line 15) | public abstract class StringMatchAction implements IHttpConditionMatchAc... method StringMatchAction (line 18) | protected StringMatchAction() {} method StringMatchAction (line 20) | protected StringMatchAction(String value) { method getArgumentAsString (line 24) | @Override method setArgumentFromString (line 29) | @Override method isValidArgumentString (line 35) | @Override method matchesContains (line 40) | protected boolean matchesContains(String value) { method setString (line 47) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/conditions/match/StringMatchActionSet.java class StringMatchActionSet (line 18) | public class StringMatchActionSet implements IMatchActionSet { method createMatchActions (line 20) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/AbstractAuthMethod.java class AbstractAuthMethod (line 18) | public abstract class AbstractAuthMethod implements IAuthMethod, Activat... method AbstractAuthMethod (line 22) | protected AbstractAuthMethod(AuthMethodType type) { method getType (line 26) | @Override method activate (line 32) | @Override method bind (line 39) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/AuthMethodHttpMacro.java class AuthMethodHttpMacro (line 9) | public class AuthMethodHttpMacro extends AbstractAuthMethod implements I... method AuthMethodHttpMacro (line 12) | protected AuthMethodHttpMacro() { method setMacro (line 16) | @Override method getMacro (line 23) | @Override method setAuth (line 29) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/AuthMethodNtlm.java class AuthMethodNtlm (line 31) | public class AuthMethodNtlm extends AbstractAuthMethod implements IAuthM... method AuthMethodNtlm (line 37) | protected AuthMethodNtlm() { method setUsername (line 41) | @Override method getUsername (line 48) | @Override method setPassword (line 54) | @Override method getPassword (line 61) | @Override method setWorkstation (line 67) | @Override method getWorkstation (line 74) | @Override method setDomain (line 80) | @Override method getDomain (line 87) | @Override method setAuth (line 93) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/AuthMethodRfc2617.java class AuthMethodRfc2617 (line 31) | public class AuthMethodRfc2617 extends AbstractAuthMethod implements IAu... method AuthMethodRfc2617 (line 37) | protected AuthMethodRfc2617() { method setAuthScheme (line 42) | @Override method getAuthScheme (line 49) | @Override method setUsername (line 55) | @Override method getUsername (line 62) | @Override method setPassword (line 68) | @Override method getPassword (line 75) | @Override method setCharset (line 81) | @Override method getCharset (line 88) | @Override method setAuth (line 94) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/Identity.java class Identity (line 26) | public class Identity implements IIdentity, Activatable { method Identity (line 33) | public Identity() { method setName (line 38) | @Override method getName (line 45) | @Override method setAuthMethod (line 51) | @Override method getAuthMethod (line 59) | @Override method addPathExclusion (line 65) | @Override method getPathExclusions (line 72) | @Override method rmPathExclusion (line 78) | @Override method setDictValue (line 85) | @Override method getDictValue (line 91) | @Override method getDict (line 97) | @Override method activate (line 103) | @Override method bind (line 110) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/identity/IdentityModel.java class IdentityModel (line 28) | public class IdentityModel implements IIdentityModel { method IdentityModel (line 32) | public IdentityModel(ObjectContainer database) { method getAllIdentities (line 37) | @Override method createIdentity (line 42) | @Override method createAuthMethodRfc2617 (line 47) | @Override method createAuthMethodNtlm (line 52) | @Override method createAuthMethodHttpMacro (line 57) | @Override method store (line 62) | @Override method isIdentityStored (line 68) | @Override method getIdentityByName (line 73) | @Override method addChangeListener (line 88) | @Override method removeChangeListener (line 93) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/macros/HttpMacro.java class HttpMacro (line 26) | public class HttpMacro implements IHttpMacro, Activatable { method HttpMacro (line 31) | public HttpMacro() { method setName (line 35) | @Override method getName (line 42) | @Override method createMacroItem (line 48) | @Override method removeMacroItem (line 56) | @Override method getMacroItems (line 62) | @Override method macroItemsSize (line 68) | @Override method indexOfMacroItem (line 74) | @Override method swapMacroItems (line 80) | @Override method activate (line 89) | @Override method bind (line 96) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/macros/HttpMacroItem.java class HttpMacroItem (line 49) | public class HttpMacroItem implements IHttpMacroItem, Activatable { method HttpMacroItem (line 80) | public HttpMacroItem(IRequestLogRecord requestLogRecord) throws URISyn... method getRequestLogRecord (line 90) | @Override method setUseCookies (line 96) | @Override method getUseCookies (line 104) | @Override method setKeepCookies (line 110) | @Override method getKeepCookies (line 117) | @Override method createParam (line 123) | @Override method removeParam (line 130) | @Override method paramsSize (line 135) | @Override method indexOfParam (line 140) | @Override method swapParams (line 145) | @Override method getParams (line 153) | @Override method getParam (line 158) | @Override method createRequest (line 169) | @Override method setRequestBuilder (line 176) | @Override method updateFromRequestBuilder (line 185) | @Override method setRequestParams (line 205) | private void setRequestParams(IHttpRequestBuilder requestBuilder) { method setRequestLine (line 209) | private void setRequestLine(IHttpRequestBuilder requestBuilder, IHttpM... method setRequestUri (line 215) | private void setRequestUri(IHttpRequestBuilder requestBuilder, IHttpMa... method setRequestHeaders (line 227) | private void setRequestHeaders(IHttpRequestBuilder requestBuilder) { method setRequestBody (line 231) | private void setRequestBody(IHttpRequestBuilder requestBuilder, IHttpM... method createUriQuery (line 247) | private String createUriQuery(IHttpMacroContext context) { method processRequest (line 262) | private void processRequest(HttpRequest request, HttpHost host) throws... method processParams (line 276) | private void processParams(HttpRequest request) throws URISyntaxExcept... method processParamsUri (line 281) | private void processParamsUri(HttpRequest request) throws URISyntaxExc... method processParamsBody (line 289) | private void processParamsBody(HttpRequest request) throws IOException { method copyHeaders (line 299) | private Header[] copyHeaders(Header[] headers) { method activate (line 315) | @Override method bind (line 322) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/macros/HttpMacroItemParam.java class HttpMacroItemParam (line 18) | public class HttpMacroItemParam implements IHttpMacroItemParam, Activata... method HttpMacroItemParam (line 25) | public HttpMacroItemParam(String name, ValueSetIn setIn) { method HttpMacroItemParam (line 30) | public HttpMacroItemParam(String name, String value, ValueSetIn setIn) { method getName (line 37) | @Override method setValueSource (line 43) | @Override method getValueSource (line 50) | @Override method setSetIn (line 56) | @Override method getSetIn (line 63) | @Override method setValue (line 69) | @Override method getValue (line 76) | @Override method activate (line 82) | @Override method bind (line 89) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/macros/HttpMacroModel.java class HttpMacroModel (line 25) | public class HttpMacroModel implements IHttpMacroModel { method HttpMacroModel (line 29) | public HttpMacroModel(ObjectContainer database) { method getAllMacros (line 34) | @Override method createMacro (line 39) | @Override method store (line 44) | @Override method isMacroStored (line 50) | @Override method getMacroByName (line 55) | @Override method addChangeListener (line 70) | @Override method removeChangeListener (line 75) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/HttpMessageCloner.java class HttpMessageCloner (line 27) | public class HttpMessageCloner { method HttpMessageCloner (line 31) | HttpMessageCloner(ObjectContainer database) { method copyRequest (line 35) | HttpRequest copyRequest(HttpRequest request) { method copyResponse (line 43) | HttpResponse copyResponse(HttpResponse response) { method copyEntityEnclosingRequest (line 50) | private HttpRequest copyEntityEnclosingRequest(HttpEntityEnclosingRequ... method copyBasicRequest (line 57) | private HttpRequest copyBasicRequest(HttpRequest request) { method copyHeaders (line 66) | private static void copyHeaders(HttpMessage from, HttpMessage to) { method entityToDatabaseId (line 72) | private long entityToDatabaseId(HttpEntity entity) { method copyEntity (line 80) | private HttpEntity copyEntity(HttpEntity entity) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/HttpRequestBuilderStorable.java class HttpRequestBuilderStorable (line 37) | public class HttpRequestBuilderStorable extends HttpRequestBuilder imple... method clear (line 40) | @Override method setParams (line 47) | @Override method getParams (line 54) | @Override method setProtocolVersion (line 60) | @Override method getProtocolVersion (line 67) | @Override method setHeaders (line 73) | @Override method addHeader (line 80) | @Override method setHeader (line 88) | @Override method removeHeader (line 96) | @Override method removeHeaders (line 103) | @Override method clearHeaders (line 110) | @Override method swapHeader (line 117) | @Override method getHeaderIdxOf (line 124) | @Override method getHeaderCnt (line 130) | @Override method getHeader (line 136) | @Override method getHeaders (line 142) | @Override method setEntity (line 148) | @Override method getEntity (line 155) | @Override method setFromRequest (line 161) | @Override method setFromRequest (line 168) | @Override method setFromRequestLine (line 175) | @Override method setFromUri (line 182) | @Override method setFromHttpHost (line 189) | @Override method setScheme (line 196) | @Override method getScheme (line 203) | @Override method setHost (line 209) | @Override method getHost (line 215) | @Override method setHostPort (line 221) | @Override method getHostPort (line 228) | @Override method setMethod (line 234) | @Override method getMethod (line 240) | @Override method setPath (line 246) | @Override method getPath (line 253) | @Override method getRequestLine (line 259) | @Override method buildRequest (line 265) | @Override method activate (line 271) | @Override method bind (line 278) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/LazyEntityLoader.java class LazyEntityLoader (line 18) | public class LazyEntityLoader { method LazyEntityLoader (line 23) | LazyEntityLoader(long entityId, ObjectContainer database) { method getEntity (line 28) | HttpEntity getEntity() { method createEntityCopy (line 44) | private HttpEntity createEntityCopy(RequestLogEntity entity) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLog.java class RequestLog (line 42) | public class RequestLog implements IRequestLog { method RequestLog (line 49) | public RequestLog(final ObjectContainer database) { method getRequestLogId (line 71) | private RequestLogId getRequestLogId(ObjectContainer database) { method allocateRequestId (line 84) | @Override method getNextRequestId (line 91) | @Override method addRequestResponse (line 96) | @Override method filterNewRecord (line 115) | private void filterNewRecord(IRequestLogRecord record) { method lookupRecord (line 121) | @Override method getAllRecords (line 141) | @Override method hasRecords (line 151) | private boolean hasRecords() { method getRecordsByConditionSet (line 157) | public List getRecordsByConditionSet(IHttpCondition... method getRecordIteratorByConditionSet (line 165) | @Override method createIteratorForResult (line 176) | private Iterator createIteratorForResult(final Obje... method getRequestOriginProxy (line 196) | @Override method getRequestOriginScanner (line 214) | @Override method getRequestOriginRequestEditor (line 232) | @Override method addNewRecordListener (line 250) | @Override method addNewRecordListener (line 255) | @Override method removeNewRecordListener (line 263) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogEntity.java class RequestLogEntity (line 22) | public class RequestLogEntity implements HttpEntity { method RequestLogEntity (line 28) | RequestLogEntity(byte[] content, Header contentType, Header contentEnc... method getContentArray (line 34) | public byte[] getContentArray() { method copyHeader (line 38) | private Header copyHeader(Header h) { method isRepeatable (line 46) | @Override method isChunked (line 51) | @Override method getContentLength (line 56) | @Override method getContentType (line 61) | @Override method getContentEncoding (line 66) | @Override method getContent (line 71) | @Override method writeTo (line 76) | @Override method isStreaming (line 85) | @Override method consumeContent (line 90) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogEntityEnclosingRequest.java class RequestLogEntityEnclosingRequest (line 19) | public class RequestLogEntityEnclosingRequest extends BasicHttpEntityEnc... method RequestLogEntityEnclosingRequest (line 25) | public RequestLogEntityEnclosingRequest(ObjectContainer database, Requ... method setDatabase (line 31) | void setDatabase(ObjectContainer database) { method getEntity (line 35) | @Override method setEntity (line 40) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogId.java class RequestLogId (line 13) | public class RequestLogId { method allocateId (line 16) | synchronized long allocateId() { method getCurrentId (line 22) | synchronized long getCurrentId() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogNewRecordListener.java class RequestLogNewRecordListener (line 8) | public class RequestLogNewRecordListener { method RequestLogNewRecordListener (line 12) | public RequestLogNewRecordListener(IRequestLogNewRecordListener callba... method filterRecord (line 17) | void filterRecord(IRequestLogRecord record) { method getListener (line 23) | IRequestLogNewRecordListener getListener() { method matchesRecord (line 27) | private boolean matchesRecord(IRequestLogRecord record) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogRecord.java class RequestLogRecord (line 32) | public class RequestLogRecord implements IRequestLogRecord, Activatable { method RequestLogRecord (line 50) | RequestLogRecord(long requestId, HttpRequest request, IRequestOrigin r... method RequestLogRecord (line 63) | RequestLogRecord(long requestId, HttpRequest request, IRequestOrigin r... method setCachedRequestFields (line 67) | private void setCachedRequestFields(HttpRequest request, HttpHost host) { method setCachedResponseFields (line 81) | private void setCachedResponseFields(HttpResponse response) { method headersToString (line 93) | private String headersToString(Header[] headers) { method getLengthFromResponse (line 104) | private long getLengthFromResponse(HttpResponse response) { method setResponse (line 118) | void setResponse(HttpResponse response) { method getHostname (line 125) | String getHostname() { method getRequestMethod (line 129) | String getRequestMethod() { method getRequestHeaders (line 133) | String getRequestHeaders() { method getRequestPath (line 137) | String getRequestPath() { method getResponseCode (line 141) | int getResponseCode() { method getResponseLength (line 145) | int getResponseLength() { method getResponseHeaders (line 149) | String getResponseHeaders() { method getRequestId (line 153) | @Override method getTimestamp (line 159) | @Override method getRequestOrigin (line 165) | @Override method getRequestMilliseconds (line 171) | @Override method getRequest (line 177) | @Override method getResponse (line 183) | @Override method getHttpHost (line 191) | @Override method activate (line 197) | @Override method bind (line 204) | @Override method getAllTags (line 217) | @Override method getTag (line 223) | @Override method getTagCount (line 229) | @Override method setTags (line 235) | @Override method addTag (line 243) | @Override method removeTag (line 250) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestLogResponse.java class RequestLogResponse (line 19) | public class RequestLogResponse extends BasicHttpResponse { method RequestLogResponse (line 25) | public RequestLogResponse(ObjectContainer database, StatusLine statusl... method setDatabase (line 31) | void setDatabase(ObjectContainer database) { method getEntity (line 35) | @Override method setEntity (line 40) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestOrigin.java class RequestOrigin (line 8) | public class RequestOrigin implements IRequestOrigin, Activatable { method RequestOrigin (line 12) | public RequestOrigin(Origin origin) { method getOrigin (line 16) | @Override method activate (line 22) | @Override method bind (line 29) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestOriginProxy.java class RequestOriginProxy (line 19) | public class RequestOriginProxy extends RequestOrigin implements IReques... method RequestOriginProxy (line 23) | public RequestOriginProxy(InetAddress address, int port) { method getInetAddress (line 29) | @Override method getPort (line 35) | @Override method toString (line 41) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/requests/RequestOriginScanner.java class RequestOriginScanner (line 18) | public class RequestOriginScanner extends RequestOrigin implements IRequ... method RequestOriginScanner (line 21) | public RequestOriginScanner(IScanInstance scanInstance) { method getScanInstance (line 26) | @Override method toString (line 32) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/scope/TargetScope.java class TargetScope (line 23) | public class TargetScope implements ITargetScope, Activatable { method TargetScope (line 39) | TargetScope(long id, boolean isDefault, EventListenerManager scopeChan... method getScopeId (line 49) | @Override method getName (line 55) | @Override method checkReadOnly (line 61) | private void checkReadOnly() { method setName (line 67) | @Override method addScopeURI (line 76) | @Override method removeScopeURI (line 87) | @Override method removeContainedURIs (line 101) | private void removeContainedURIs(URI base) { method getScopeURIs (line 110) | @Override method addExclusionPattern (line 122) | @Override method addExclusionURI (line 134) | @Override method removeExclusionPattern (line 145) | @Override method removeExclusionURI (line 157) | @Override method getExclusionPatterns (line 168) | @Override method getExclusionURIs (line 176) | @Override method isExcluded (line 188) | @Override method isExcluded (line 208) | @Override method isInsideScope (line 227) | @Override method isInsideScope (line 240) | @Override method matchesBase (line 253) | private boolean matchesBase(URI baseURI, HttpHost host, String uriPath) { method hostsMatch (line 263) | private boolean hostsMatch(HttpHost h1, HttpHost h2) { method stringsMatch (line 269) | private boolean stringsMatch(String s1, String s2) { method portsMatch (line 276) | private boolean portsMatch(String scheme, int p1, int p2) { method getPathPart (line 294) | private String getPathPart(URI uri) { method filter (line 302) | @Override method filter (line 307) | @Override method clear (line 312) | @Override method isEmpty (line 327) | @Override method isActiveScope (line 332) | @Override method setReadOnly (line 339) | @Override method setDetached (line 346) | public void setDetached(boolean value) { method isReadOnly (line 359) | @Override method isDetached (line 365) | @Override method setIsActiveScope (line 370) | public void setIsActiveScope(boolean flag) { method isDefaultScope (line 379) | @Override method getCompiledPatterns (line 385) | private List getCompiledPatterns() { method compilePatterns (line 394) | private List compilePatterns() { method toString (line 403) | @Override method notifyIfActiveScope (line 408) | private void notifyIfActiveScope() { method setEventListenerManager (line 414) | void setEventListenerManager(EventListenerManager mgr) { method activate (line 418) | @Override method bind (line 425) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/scope/TargetScopeId.java class TargetScopeId (line 3) | public class TargetScopeId { method allocateId (line 6) | synchronized long allocateId() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/scope/TargetScopeManager.java class TargetScopeManager (line 20) | public class TargetScopeManager implements ITargetScopeManager { method TargetScopeManager (line 27) | public TargetScopeManager(ObjectContainer database) { method getTargetScopeId (line 48) | private TargetScopeId getTargetScopeId(ObjectContainer database) { method createNewScope (line 61) | @Override method createDuplicatedScope (line 66) | @Override method createNewScope (line 81) | private ITargetScope createNewScope(String name) { method createDefaultScope (line 88) | private ITargetScope createDefaultScope() { method saveScope (line 97) | @Override method removeScope (line 102) | @Override method getAllScopes (line 114) | @Override method getActiveScope (line 119) | @Override method getDefaultScope (line 124) | @Override method setActiveScope (line 129) | @Override method setScopeDetached (line 143) | @Override method setScopeAttached (line 151) | @Override method addActiveScopeChangeListener (line 156) | @Override method removeActiveScopeChangeListener (line 164) | @Override method findDefaultScope (line 169) | private ITargetScope findDefaultScope() { method findActiveScope (line 183) | private ITargetScope findActiveScope() { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/tags/Tag.java class Tag (line 8) | public class Tag implements ITag, Activatable { method Tag (line 15) | public Tag() { method Tag (line 19) | public Tag(ITag tag) { method activate (line 26) | @Override method bind (line 33) | @Override method setName (line 44) | @Override method getName (line 51) | @Override method setDescription (line 57) | @Override method getDescription (line 64) | @Override method setNameColor (line 70) | @Override method getNameColor (line 77) | @Override method setRowColor (line 83) | @Override method getRowColor (line 90) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/tags/TagModel.java class TagModel (line 21) | public class TagModel implements ITagModel { method TagModel (line 24) | public TagModel(ObjectContainer database) { method getAllTags (line 28) | @Override method createTag (line 33) | @Override method createTag (line 38) | @Override method store (line 43) | @Override method isTagStored (line 48) | @Override method getTagByName (line 53) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/variables/Variable.java class Variable (line 18) | public class Variable implements IVariable, Activatable { method setName (line 23) | @Override method getName (line 30) | @Override method setDescription (line 36) | @Override method getDescription (line 43) | @Override method activate (line 49) | @Override method bind (line 56) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/variables/VariableModel.java class VariableModel (line 21) | public class VariableModel implements IVariableModel { method VariableModel (line 24) | public VariableModel(ObjectContainer database) { method getAllIdentities (line 28) | @Override method createVariable (line 33) | @Override method store (line 38) | @Override method isVariableStored (line 43) | @Override method getVariableByName (line 48) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebEntity.java class WebEntity (line 26) | public abstract class WebEntity implements IWebEntity, Activatable { method WebEntity (line 37) | protected WebEntity(EventListenerManager eventManager, ObjectContainer... method isVisited (line 42) | @Override method setVisited (line 48) | @Override method isScanned (line 61) | @Override method setScanned (line 67) | @Override method setProperty (line 74) | @Override method setStringProperty (line 80) | @Override method setIntegerProperty (line 86) | @Override method getProperty (line 92) | @Override method getStringProperty (line 98) | @Override method getIntegerProperty (line 104) | @Override method propertyKeys (line 110) | @Override method activate (line 116) | @Override method bind (line 123) | @Override method setEventManager (line 136) | void setEventManager(EventListenerManager eventManager) { method setDatabase (line 140) | void setDatabase(ObjectContainer database) { method getDatabase (line 145) | ObjectContainer getDatabase() { method notifyNewEntity (line 149) | void notifyNewEntity(IWebEntity entity) { method notifyUpdatedEntity (line 154) | void notifyUpdatedEntity(IWebEntity entity) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebHost.java class WebHost (line 30) | public class WebHost extends WebEntity implements IWebHost { method createWebHost (line 32) | static WebHost createWebHost(EventListenerManager eventManager, Object... method WebHost (line 46) | private WebHost(EventListenerManager eventManager, ObjectContainer dat... method getHttpHost (line 57) | @Override method getScheme (line 63) | @Override method getHostname (line 68) | @Override method getPort (line 73) | @Override method getRootMountPoint (line 78) | @Override method getRootPath (line 84) | @Override method getUri (line 90) | @Override method hostToUri (line 100) | private static URI hostToUri(HttpHost host) { method generateUri (line 108) | private URI generateUri() { method addPath (line 112) | @Override method equals (line 124) | @Override method hashCode (line 137) | @Override method toString (line 142) | @Override method getParent (line 147) | @Override method accept (line 153) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebModel.java class WebModel (line 41) | public class WebModel implements IWebModel { method WebModel (line 47) | public WebModel(ObjectContainer database) { method getAllWebHosts (line 66) | @Override method getUnscannedHosts (line 71) | @Override method getUnscannedPaths (line 82) | @Override method getAllPaths (line 94) | @Override method getWebPathByUri (line 99) | @Override method addGetTarget (line 113) | @Override method getWebHostByHttpHost (line 123) | @Override method createWebHostFromHttpHost (line 132) | @Override method addChangeListenerAndPopulate (line 148) | @Override method removeChangeListener (line 158) | @Override method notifyNewEntity (line 163) | private void notifyNewEntity(IWebEntity entity) { method parseForms (line 167) | @Override method accept (line 173) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebMountPoint.java class WebMountPoint (line 24) | public class WebMountPoint implements IWebMountPoint, Activatable { method createRootMountPoint (line 26) | static WebMountPoint createRootMountPoint(EventListenerManager eventMa... method WebMountPoint (line 37) | WebMountPoint() { method WebMountPoint (line 43) | private WebMountPoint(WebPath rootPath) { method WebMountPoint (line 48) | WebMountPoint(IWebHost host, WebPath path) { method getWebHost (line 53) | @Override method getMountPath (line 59) | @Override method setWebHost (line 65) | void setWebHost(IWebHost host) { method activate (line 71) | @Override method bind (line 78) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebPath.java class WebPath (line 40) | public class WebPath extends WebEntity implements IWebPath { method createRootPath (line 42) | static WebPath createRootPath(EventListenerManager eventManager, Objec... method WebPath (line 63) | private WebPath(EventListenerManager eventManager, ObjectContainer dat... method WebPath (line 67) | WebPath(EventListenerManager eventManager, ObjectContainer database, W... method getParentPath (line 75) | @Override method getUri (line 80) | @Override method generateURI (line 90) | private URI generateURI() { method getFullPath (line 101) | @Override method generateFullPath (line 108) | private String generateFullPath() { method getMountPoint (line 120) | @Override method getChildPaths (line 126) | @Override method setMountPoint (line 134) | void setMountPoint(IWebMountPoint mountPoint) { method equals (line 139) | @Override method hashCode (line 152) | @Override method toString (line 157) | @Override method isGetTarget (line 162) | @Override method isPostTarget (line 168) | @Override method addGetParameterList (line 174) | @Override method addPostParameterList (line 180) | @Override method getGetParameters (line 186) | @Override method getPostParameters (line 192) | @Override method getChildPath (line 198) | @Override method addChildPath (line 206) | @Override method getPathComponent (line 225) | @Override method getGetResponses (line 231) | @Override method getPostResponses (line 239) | @Override method getParent (line 247) | @Override method addPostResponse (line 258) | @Override method addGetResponse (line 266) | @Override method maybeAddWebResponse (line 274) | private void maybeAddWebResponse(Map, IWebResponse... method createWebResponse (line 286) | private WebResponse createWebResponse(List parameters, ... method parseParameters (line 294) | private static List parseParameters(String query) { method setPathType (line 307) | @Override method getPathType (line 316) | @Override method setMimeType (line 322) | @Override method getMimeType (line 329) | @Override method accept (line 335) | @Override method getHttpHost (line 349) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebPathParameters.java class WebPathParameters (line 27) | public class WebPathParameters implements IWebPathParameters, Activatable { method WebPathParameters (line 33) | WebPathParameters() { method addParameterList (line 37) | void addParameterList(List params) { method getValuesForParameter (line 48) | public Collection getValuesForParameter(String name) { method hasParameters (line 60) | @Override method getParameterLists (line 68) | @Override method getParameterNames (line 75) | @Override method getParameterNameLists (line 86) | @Override method activate (line 99) | @Override method bind (line 106) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/WebResponse.java class WebResponse (line 27) | public class WebResponse extends WebEntity implements IWebResponse { method WebResponse (line 35) | WebResponse(EventListenerManager eventManager, ObjectContainer databas... method getRequestParameters (line 44) | @Override method getMimeType (line 50) | @Override method getParent (line 57) | @Override method getQueryString (line 64) | @Override method createQueryString (line 75) | private String createQueryString() { method getPathEntity (line 90) | @Override method accept (line 97) | @Override method getHttpHost (line 103) | @Override FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/forms/FormFiller.java class FormFiller (line 17) | public class FormFiller { method getDefaultValue (line 20) | String getDefaultValue(IWebFormField field) { method getDefaultTextValue (line 39) | String getDefaultTextValue(IWebFormField field) { method getDefaultPasswordValue (line 43) | String getDefaultPasswordValue(IWebFormField field) { method getDefaultMultipleValue (line 47) | String getDefaultMultipleValue(IWebFormField field) { method firstSetValue (line 60) | private String firstSetValue(Set stringSet) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/forms/FormParser.java class FormParser (line 33) | public class FormParser { method FormParser (line 37) | public FormParser(WebModel model) { method parseForms (line 42) | public Collection parseForms(IWebPath source, HTMLDocument d... method processOneFormElement (line 59) | private WebForm processOneFormElement(IWebPath source, HTMLFormElement... method getFormMethod (line 87) | IWebForm.FormMethod getFormMethod(String methodName) { method getEncodingType (line 94) | IWebForm.EncType getEncodingType(String encodingName) { method getFormAction (line 101) | URI getFormAction(IWebPath source, String action) { method processFormInputField (line 126) | private void processFormInputField(WebForm form, HTMLInputElement inpu... method searchLabelText (line 151) | private String searchLabelText(HTMLElement elem) { method getPreviousNonCommentNode (line 166) | private Node getPreviousNonCommentNode(Node node) { method isWhitespaceTextNode (line 176) | private boolean isWhitespaceTextNode(Node node) { method processFormHTMLElement (line 183) | private void processFormHTMLElement(WebForm form, HTMLElement elem) { method processLabelElement (line 192) | private void processLabelElement(WebForm form, HTMLElement label) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/forms/WebForm.java class WebForm (line 24) | public class WebForm implements IWebForm { method WebForm (line 32) | WebForm(URI action, FormMethod method, EncType encoding) { method getEncodingType (line 39) | @Override method getMethod (line 44) | @Override method getAction (line 49) | @Override method getFields (line 54) | @Override method addTextField (line 59) | void addTextField(String name, String value, String id, String label) { method addPasswordField (line 67) | void addPasswordField(String name, String value, String id, String lab... method addCheckboxField (line 75) | void addCheckboxField(String name, String value, String id, boolean ch... method addRadioField (line 86) | void addRadioField(String name, String value, String id, boolean check... method addHiddenField (line 97) | void addHiddenField(String name, String value, String id) { method addFileField (line 101) | void addFileField(String name) { method addSelectOption (line 105) | void addSelectOption(String name, String value, boolean multiple) { method addTextArea (line 109) | void addTextArea(String name, String value) { method addLabelToField (line 113) | void addLabelToField(String fieldId, String label) { FILE: platform/com.subgraph.vega.model/src/com/subgraph/vega/internal/model/web/forms/WebFormField.java class WebFormField (line 18) | public class WebFormField implements IWebFormField { method WebFormField (line 28) | WebFormField(FieldType type, String name, String value, String id) { method addValue (line 43) | void addValue(String value, boolean checked) { method setLabel (line 51) | void setLabel(String label) { method getLabel (line 55) | String getLabel() { method getType (line 59) | @Override method getName (line 64) | @Override method getValue (line 69) | @Override method getId (line 74) | String getId() { method hasMultipleValues (line 78) | @Override method getMultipleValues (line 83) | @Override method getCheckedValues (line 88) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/ScannerModuleRepository.java class ScannerModuleRepository (line 47) | public class ScannerModuleRepository implements IScannerModuleRegistry { method activate (line 57) | void activate(BundleContext context) { method handleWorkspaceOpen (line 72) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 76) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method getScriptDirectory (line 80) | private File getScriptDirectory() { method getScriptDirectoryFromConfig (line 88) | private File getScriptDirectoryFromConfig(File configFile) { method getResponseProcessingModules (line 117) | @Override method getBasicModules (line 127) | @Override method setPathFinder (line 137) | protected void setPathFinder(IPathFinder pathFinder) { method unsetPathFinder (line 141) | protected void unsetPathFinder(IPathFinder pathFinder) { method setHTMLParser (line 145) | protected void setHTMLParser(IHTMLParser htmlParser) { method unsetHTMLParser (line 149) | protected void unsetHTMLParser(IHTMLParser htmlParser) { method setModel (line 153) | protected void setModel(IModel model) { method unsetModel (line 157) | protected void unsetModel(IModel model) { method runDomTests (line 161) | @Override method createDomTestRunnable (line 172) | private Runnable createDomTestRunnable() { method runDomTestModule (line 183) | private void runDomTestModule(ScriptedModule module) { method updateResponseProcessingModules (line 194) | @Override method updateBasicModules (line 222) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/XmlRepository.java class XmlRepository (line 33) | public class XmlRepository implements IXmlRepository { method activate (line 42) | void activate() { method getDocument (line 48) | @Override method loadXML (line 61) | private Document loadXML(String path) { method setPathFinder (line 81) | protected void setPathFinder(IPathFinder pathFinder) { method unsetPathFinder (line 85) | protected void unsetPathFinder(IPathFinder pathFinder) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/AbstractScriptModule.java class AbstractScriptModule (line 28) | public abstract class AbstractScriptModule implements IScannerModule, IE... class ExportedObject (line 30) | protected static class ExportedObject { method ExportedObject (line 33) | ExportedObject(String identifier, Object object) { method AbstractScriptModule (line 44) | protected AbstractScriptModule(ScriptedModule module) { method getModuleName (line 50) | public String getModuleName() { method getModuleCategoryName (line 54) | public String getModuleCategoryName() { method getModuleType (line 58) | public ModuleScriptType getModuleType() { method runScript (line 62) | protected void runScript(List exports, String target) { method getRunningTimeProfile (line 81) | @Override method setEnabled (line 86) | @Override method isEnabled (line 91) | @Override method export (line 96) | protected void export(List exports, String name, Objec... method processExports (line 100) | private void processExports(List exports, Scriptable i... FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/BasicModuleScript.java class BasicModuleScript (line 27) | public class BasicModuleScript implements IBasicModuleScript, IEnableabl... method BasicModuleScript (line 35) | public BasicModuleScript(ScriptedModule module, boolean isEnabled, Scr... method BasicModuleScript (line 40) | public BasicModuleScript(ScriptedModule module) { method getModule (line 46) | public ScriptedModule getModule() { method runScript (line 50) | @Override method setEnabled (line 70) | @Override method isEnabled (line 75) | @Override method getModuleName (line 80) | @Override method getModuleCategoryName (line 85) | @Override method getRunningTimeProfile (line 90) | @Override method isDifferential (line 94) | @Override method isTimeSensitive (line 98) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/CrawlerCallbackWrapper.java class CrawlerCallbackWrapper (line 28) | public class CrawlerCallbackWrapper implements ICrawlerResponseProcessor { method CrawlerCallbackWrapper (line 34) | public CrawlerCallbackWrapper(Function callback) { method processResponse (line 38) | @Override method createResponse (line 59) | private Scriptable createResponse(IHttpResponse response, Context cx, ... method processException (line 65) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ModuleContextJS.java class ModuleContextJS (line 31) | public class ModuleContextJS { method ModuleContextJS (line 36) | ModuleContextJS(Scriptable scope, IInjectionModuleContext context) { method getCurrentIndex (line 41) | public int getCurrentIndex() { method getPathState (line 45) | public IPathState getPathState() { method incrementResponseCount (line 49) | public int incrementResponseCount() { method allResponsesReceived (line 53) | public boolean allResponsesReceived() { method setModuleFailed (line 57) | public void setModuleFailed() { method hasModuleFailed (line 61) | public boolean hasModuleFailed() { method addRequestResponse (line 65) | public void addRequestResponse(HttpUriRequest request, method addRequestResponse (line 70) | public void addRequestResponse(int index, HttpUriRequest request, method getSavedRequest (line 75) | public HttpUriRequest getSavedRequest(int index) { method getSavedResponse (line 79) | public Scriptable getSavedResponse(int index) { method getOrigResponse (line 86) | public Scriptable getOrigResponse() { method getSavedResponseBody (line 95) | public String getSavedResponseBody(int index) { method getSavedFingerprint (line 100) | public IPageFingerprint getSavedFingerprint(int index) { method error (line 104) | public void error(HttpUriRequest request, ResponseJS response, method debug (line 109) | public void debug(String msg) { method debug (line 113) | public void debug(String msg, Boolean flag) { method analyzePage (line 117) | public void analyzePage(HttpUriRequest request, ResponseJS response) { method isFingerprintMatch (line 121) | public boolean isFingerprintMatch(int idx1, int idx2) { method isFingerprintMatch (line 125) | public boolean isFingerprintMatch(int idx, IPageFingerprint fp) { method submitRequest (line 129) | public void submitRequest(HttpUriRequest request, method submitRequest (line 134) | public void submitRequest(HttpUriRequest request, method submitRequest (line 139) | public void submitRequest(Function callback, int flag) { method submitAlteredRequest (line 143) | public void submitAlteredRequest(Function callback, method submitAlteredRequest (line 148) | public void submitAlteredRequest(Function callback, method submitAlteredRequest (line 153) | public void submitAlteredRequest(Function callback, method submitAlteredParameterNameRequest (line 158) | public void submitAlteredParameterNameRequest( method submitMultipleAlteredRequests (line 163) | public void submitMultipleAlteredRequests(Function callback, String[] ... method submitMultipleAlteredRequests (line 167) | public void submitMultipleAlteredRequests(Function callback, String[] ... method responseChecks (line 171) | public void responseChecks(HttpUriRequest request, ResponseJS response) { method contentChecks (line 175) | public void contentChecks(HttpUriRequest request, ResponseJS response) { method responseChecks (line 179) | public void responseChecks(int idx) { method pivotChecks (line 183) | public void pivotChecks(HttpUriRequest request, ResponseJS response) { method wrap (line 187) | private CrawlerCallbackWrapper wrap(Function callback) { method addStringHighlight (line 191) | public void addStringHighlight(String str) { method addRegexHighlight (line 195) | public void addRegexHighlight(String regex) { method addRegexCaseInsensitiveHighlight (line 199) | public void addRegexCaseInsensitiveHighlight(String regex) { method reset (line 203) | public void reset () { method alert (line 207) | public void alert(String type, HttpUriRequest request, ResponseJS resp... method alert (line 211) | public void alert(String type, HttpRequest request, ResponseJS respons... method lookup (line 239) | private String lookup(String key, Scriptable ob) { method publishAlert (line 254) | public void publishAlert(String type, String message, HttpRequest requ... method publishAlert (line 258) | public void publishAlert(String type, String key, String message, Http... method setProperty (line 263) | public void setProperty(String name, Object value) { method setStringProperty (line 267) | public void setStringProperty(String name, String value) { method setIntegerProperty (line 271) | public void setIntegerProperty(String name, int value) { method getProperty (line 276) | public Object getProperty(String name) { method getStringProperty (line 281) | public String getStringProperty(String name) { method getIntegerProperty (line 285) | public Integer getIntegerProperty(String name) { method propertyKeys (line 289) | public Object propertyKeys() { method alertExists (line 302) | public boolean alertExists(String key) { method internetDomainName (line 306) | public InternetDomainName internetDomainName(String domain) { method isValidInternetDomainName (line 310) | public boolean isValidInternetDomainName(String domain) { method base64decode (line 314) | public String base64decode(String encoded) { method base64encode (line 319) | public String base64encode(String input) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ModuleValidator.java class ModuleValidator (line 19) | public class ModuleValidator { method ModuleValidator (line 32) | public ModuleValidator(Scriptable moduleScope) { class ModuleValidationException (line 36) | public static class ModuleValidationException extends Exception { method ModuleValidationException (line 38) | ModuleValidationException(String message) { method validate (line 43) | public void validate() throws ModuleValidationException { method getName (line 62) | public String getName() { method getCategoryName (line 68) | public String getCategoryName() { method isDisabled (line 74) | public boolean isDisabled() { method isDefaultEnabled (line 80) | public boolean isDefaultEnabled() { method isTimeSensitive (line 87) | public boolean isTimeSensitive() { method isDifferential (line 94) | public boolean isDifferential() { method getType (line 101) | public ModuleScriptType getType() { method getRunFunction (line 107) | public Function getRunFunction() { method getModule (line 113) | private Scriptable getModule() throws ModuleValidationException { method getScriptType (line 120) | private ModuleScriptType getScriptType(Scriptable module) throws Modul... method hasStringInModuleObject (line 132) | private boolean hasStringInModuleObject(Scriptable module, String name) { method getStringFromModuleObject (line 137) | private String getStringFromModuleObject(Scriptable module, String nam... method getFlagFromModuleObject (line 146) | private boolean getFlagFromModuleObject(Scriptable module, String name) { method getEntryFunction (line 151) | private Function getEntryFunction() throws ModuleValidationException { method getGlobalFunction (line 160) | private Function getGlobalFunction(String name) throws ModuleValidatio... FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/PreludeLoader.java class PreludeLoader (line 40) | public class PreludeLoader { method accept (line 46) | public boolean accept(File pathname) { method PreludeLoader (line 53) | PreludeLoader(File directory, Scriptable scope) { method load (line 58) | boolean load() { method defineHostObject (line 99) | private void defineHostObject(Scriptable scope, Class cookies) { method jsGet_fetchFail (line 110) | public boolean jsGet_fetchFail() { method jsGet_document (line 114) | public Scriptable jsGet_document() { method jsGet_originalRequest (line 121) | public Object jsGet_originalRequest() { method jsGet_rawResponse (line 125) | public Object jsGet_rawResponse() { method jsGet_host (line 129) | public Object jsGet_host() { method jsGet_bodyAsString (line 133) | public String jsGet_bodyAsString() { method jsGet_mostlyAscii (line 137) | public boolean jsGet_mostlyAscii() { method jsGet_fingerprint (line 141) | public Object jsGet_fingerprint() { method jsGet_milliseconds (line 145) | public int jsGet_milliseconds() { method export (line 149) | private Object export(Object ob) { method getClassName (line 154) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ResponseModuleContext.java class ResponseModuleContext (line 33) | public class ResponseModuleContext implements IModuleContext { method ResponseModuleContext (line 42) | ResponseModuleContext(IWorkspace workspace, IScanInstance scanInstance) { method reportRequestException (line 50) | @Override method error (line 56) | @Override method error (line 63) | public void error(HttpUriRequest request, ResponseJS response, String ... method debug (line 67) | @Override method debug (line 72) | @Override method alert (line 81) | public void alert(String type, HttpUriRequest request, ResponseJS resp... method alert (line 85) | public void alert(String type, HttpRequest request, ResponseJS respons... method lookup (line 115) | private String lookup(String key, Scriptable ob) { method publishAlert (line 130) | @Override method publishAlert (line 137) | @Override method setProperty (line 177) | @Override method setStringProperty (line 182) | @Override method setIntegerProperty (line 187) | @Override method getProperty (line 192) | @Override method getStringProperty (line 197) | @Override method getIntegerProperty (line 202) | @Override method propertyKeys (line 207) | @Override method addStringHighlight (line 213) | @Override method addRegexHighlight (line 218) | @Override method addRegexCaseInsensitiveHighlight (line 228) | @Override method reset (line 239) | @Override method alertExists (line 245) | @Override method internetDomainName (line 250) | public InternetDomainName internetDomainName(String domain) { method isValidInternetDomainName (line 255) | public boolean isValidInternetDomainName(String domain) { method base64decode (line 259) | public String base64decode(String encoded) { method base64encode (line 264) | public String base64encode(String input) { method getScanId (line 269) | public long getScanId() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ResponseProcessorScript.java class ResponseProcessorScript (line 28) | public class ResponseProcessorScript implements IResponseProcessingModul... method ResponseProcessorScript (line 37) | public ResponseProcessorScript(ScriptedModule module, boolean isEnable... method ResponseProcessorScript (line 43) | public ResponseProcessorScript(ScriptedModule module) { method getModule (line 49) | public ScriptedModule getModule() { method processResponse (line 53) | @Override method createResponse (line 75) | private Scriptable createResponse(IHttpResponse response, Context cx, ... method responseCodeFilter (line 81) | @Override method mimeTypeFilter (line 86) | @Override method getModuleName (line 91) | @Override method getModuleCategoryName (line 96) | @Override method getRunningTimeProfile (line 101) | @Override method setEnabled (line 106) | @Override method isEnabled (line 111) | @Override method isDifferential (line 116) | @Override method isTimeSensitive (line 121) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/RhinoExceptionFormatter.java class RhinoExceptionFormatter (line 16) | public class RhinoExceptionFormatter { method RhinoExceptionFormatter (line 19) | public RhinoExceptionFormatter(String message, RhinoException e) { method toString (line 24) | public String toString() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ScriptCompiler.java class ScriptCompiler (line 21) | public class ScriptCompiler { method ScriptCompiler (line 25) | public ScriptCompiler(Scriptable scope) { method compile (line 29) | public boolean compile(ScriptFile scriptFile) { method compile (line 39) | public boolean compile(ScriptFile scriptFile, Context cx, Scriptable s... method compileReader (line 61) | public Scriptable compileReader(Reader r, String path, Context cx, Scr... method newScope (line 68) | public Scriptable newScope(Context cx) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ScriptFile.java class ScriptFile (line 22) | public class ScriptFile { type CompileStatus (line 23) | public enum CompileStatus { NOT_COMPILED, COMPILE_FAILED, COMPILE_SUCC... method ScriptFile (line 32) | public ScriptFile(File scriptFile) { method ScriptFile (line 36) | public ScriptFile(URL scriptURL) { method ScriptFile (line 40) | private ScriptFile(File scriptFile, URL scriptURL, long lastModified) { method getPath (line 48) | public String getPath() { method createReader (line 57) | public Reader createReader() throws IOException { method setCompiledScript (line 66) | void setCompiledScript(Scriptable script) { method setCompileFailed (line 72) | void setCompileFailed(String failureMessage) { method getCompileFailureMessage (line 78) | public String getCompileFailureMessage() { method setCompileStatus (line 82) | private void setCompileStatus(CompileStatus status) { method getCompileStatus (line 88) | public CompileStatus getCompileStatus() { method getCompiledScript (line 92) | public Scriptable getCompiledScript() { method hasFileChanged (line 96) | public boolean hasFileChanged() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ScriptLoader.java class ScriptLoader (line 33) | public class ScriptLoader { method accept (line 47) | public boolean accept(File pathname) { method accept (line 53) | public boolean accept(File pathname) { method ScriptLoader (line 58) | public ScriptLoader(File moduleRoot) { method enableDynamicScope (line 71) | private void enableDynamicScope() { method createGlobalScope (line 83) | private Scriptable createGlobalScope() { method getAllModulesByType (line 93) | public List getAllModulesByType(ModuleScriptType type) { method getAllModules (line 105) | public List getAllModules() { method getPreludeScope (line 109) | public Scriptable getPreludeScope() { method compileModuleScript (line 113) | private ScriptedModule compileModuleScript(ScriptFile scriptFile) { method recompileModule (line 121) | private boolean recompileModule(ScriptedModule module) { method compileAndValidate (line 129) | private ModuleValidator compileAndValidate(ScriptFile scriptFile) { method validateModule (line 137) | private ModuleValidator validateModule(Scriptable module, String modul... method allScriptPaths (line 148) | private List allScriptPaths() { method crawlDirectory (line 155) | private void crawlDirectory(File dir, List files) { method reloadModules (line 165) | public boolean reloadModules() { method synchronizeScriptPaths (line 182) | private void synchronizeScriptPaths() { method compileScriptFileIfNeeded (line 201) | private boolean compileScriptFileIfNeeded(File path, ScriptFile script... method isCompileNeeded (line 219) | private boolean isCompileNeeded(ScriptFile scriptFile) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ScriptedModule.java class ScriptedModule (line 19) | public class ScriptedModule { method ScriptedModule (line 31) | public ScriptedModule(ScriptFile scriptFile, String category, ModuleVa... method ScriptedModule (line 37) | public ScriptedModule(ScriptFile scriptFile, ModuleValidator validator) { method updateFromValidator (line 43) | public void updateFromValidator(ModuleValidator validator) { method createInstanceScope (line 54) | public Scriptable createInstanceScope(Context cx) { method runModule (line 61) | public void runModule(Context cx, Scriptable instanceScope) { method runModule (line 65) | public void runModule(Context cx, Scriptable instanceScope, Object[] a... method getScriptFile (line 69) | public ScriptFile getScriptFile() { method getCategoryName (line 73) | public String getCategoryName() { method getModuleName (line 77) | public String getModuleName() { method isDifferential (line 81) | public boolean isDifferential() { method isTimeSensitive (line 85) | public boolean isTimeSensitive() { method getModuleType (line 89) | public ModuleScriptType getModuleType() { method getModuleScope (line 93) | public Scriptable getModuleScope() { method isDefaultEnabled (line 97) | public boolean isDefaultEnabled() { method isDisabled (line 101) | public boolean isDisabled() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/ScriptedModuleRunningTime.java class ScriptedModuleRunningTime (line 15) | public class ScriptedModuleRunningTime implements IScannerModuleRunningT... method ScriptedModuleRunningTime (line 24) | public ScriptedModuleRunningTime(String name) { method reset (line 29) | @Override method getInvocationCount (line 36) | @Override method getAverageTime (line 41) | @Override method getTotalTime (line 49) | @Override method getWorstTime (line 54) | @Override method addTimestamp (line 59) | void addTimestamp(int ts, String target) { method toString (line 70) | public String toString() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/AnchorJS.java class AnchorJS (line 15) | public class AnchorJS extends HTMLElementJS { method AnchorJS (line 19) | public AnchorJS() { method AnchorJS (line 22) | public AnchorJS(HTMLAnchorElement element, DocumentJS document) { method jsConstructor (line 26) | @Override method getClassName (line 31) | @Override method jsGet_name (line 36) | public String jsGet_name() { method jsFunction_focus (line 40) | public void jsFunction_focus() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/AttrJS.java class AttrJS (line 16) | public class AttrJS extends NodeJS { method AttrJS (line 21) | public AttrJS() { method AttrJS (line 25) | public AttrJS(Attr attr, DocumentJS document) { method jsConstructor (line 30) | @Override method getClassName (line 34) | @Override method jsGet_name (line 39) | public String jsGet_name() { method jsGet_ownerElement (line 43) | public Scriptable jsGet_ownerElement() { method jsGet_specified (line 47) | public boolean jsGet_specified() { method jsGet_value (line 51) | public String jsGet_value() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/CharacterDataJS.java class CharacterDataJS (line 16) | public class CharacterDataJS extends NodeJS { method CharacterDataJS (line 21) | public CharacterDataJS() { method CharacterDataJS (line 25) | public CharacterDataJS(CharacterData data, DocumentJS document) { method jsConstructor (line 30) | @Override method getClassName (line 34) | @Override method jsGet_data (line 39) | public String jsGet_data() { method jsGet_length (line 43) | public int jsGet_length() { method jsFunction_appendData (line 47) | public void jsFunction_appendData(String arg) throws DOMException { method jsFunction_deleteData (line 51) | public void jsFunction_deleteData(int offset, int count) throws DOMExc... method jsFunction_insertData (line 55) | public void jsFunction_insertData(int offset, String arg) throws DOMEx... method jsFunction_replaceData (line 59) | public void jsFunction_replaceData(int offset, int length, String arg)... method jsFunction_substringData (line 63) | public String jsFunction_substringData(int offset, int count) throws D... FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/CommentJS.java class CommentJS (line 15) | public class CommentJS extends NodeJS { method CommentJS (line 18) | public CommentJS() { method CommentJS (line 21) | public CommentJS(Comment comment, DocumentJS document) { method jsConstructor (line 25) | @Override method getClassName (line 29) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/DocumentJS.java class DocumentJS (line 22) | public class DocumentJS extends NodeJS { method DocumentJS (line 28) | public DocumentJS() { method findCachedNode (line 32) | NodeJS findCachedNode(Node node) { method putCachedNode (line 35) | void putCachedNode(Node node, NodeJS nodeJS) { method DocumentJS (line 39) | public DocumentJS(Document document) { method jsConstructor (line 45) | public void jsConstructor(Object ob) { method getClassName (line 52) | @Override method jsGet_doctype (line 57) | public Scriptable jsGet_doctype() { method jsGet_documentElement (line 61) | public Scriptable jsGet_documentElement() { method jsGet_implementation (line 65) | public Scriptable jsGet_implementation() { method jsFunction_addEventListener (line 69) | public void jsFunction_addEventListener(String type, Scriptable listen... method jsFunction_attachEvent (line 73) | public void jsFunction_attachEvent(String type, Scriptable listener) { method jsFunction_createAttribute (line 77) | public Scriptable jsFunction_createAttribute(String name) { method jsFunction_createAttributeNS (line 81) | public Scriptable jsFunction_createAttributeNS(String namespaceURI, St... method jsFunction_createCDataSection (line 85) | public Scriptable jsFunction_createCDataSection(String data) throws DO... method jsFunction_createComment (line 89) | public Scriptable jsFunction_createComment(String data) { method jsFunction_createDocumentFragment (line 93) | public Scriptable jsFunction_createDocumentFragment() { method jsFunction_createElement (line 97) | public Scriptable jsFunction_createElement(String tagName) { method jsFunction_createElementNS (line 101) | public Scriptable jsFunction_createElementNS(String namespaceURI, Stri... method jsFunction_createEvent (line 105) | public Scriptable jsFunction_createEvent(String eventType) throws DOME... method jsFunction_createProcessingInstruction (line 109) | public Scriptable jsFunction_createProcessingInstruction(String target... method jsFunction_createRange (line 113) | public Scriptable jsFunction_createRange() { method jsFunction_createTextNode (line 117) | public Scriptable jsFunction_createTextNode(String data) { method jsFunction_detachEvent (line 121) | public void jsFunction_detachEvent(String type, Scriptable listener) { method jsFunction_dispatchEvent (line 125) | public boolean jsFunction_dispatchEvent(Scriptable evt) { method jsFunction_getElementById (line 129) | public Scriptable jsFunction_getElementById(String elementId) { method jsFunction_getElementsByTagName (line 133) | public Scriptable jsFunction_getElementsByTagName(String tagName) { method jsFunction_getElementsByTagNameNS (line 137) | public Scriptable jsFunction_getElementsByTagNameNS(String namespaceUR... method jsFunction_importNode (line 141) | public Scriptable jsFunction_importNode(Scriptable importedNode, boole... method jsFunction_removeEventListener (line 145) | public void jsFunction_removeEventListener(String type, Scriptable lis... FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/ElementJS.java class ElementJS (line 17) | public class ElementJS extends NodeJS { method ElementJS (line 23) | public ElementJS() { method ElementJS (line 27) | public ElementJS(Element element, DocumentJS document) { method jsConstructor (line 32) | @Override method getClassName (line 36) | @Override method jsGet_tagName (line 41) | public String jsGet_tagName() { method jsFunction_addEventListener (line 45) | public void jsFunction_addEventListener(String type, Scriptable listen... method jsFunction_attachEvent (line 49) | public void jsFunction_attachEvent(String type, Scriptable listener) { method jsFunction_detachEvent (line 53) | public void jsFunction_detachEvent(String type, Scriptable listener) { method jsFunction_dispatchEvent (line 57) | public boolean jsFunction_dispatchEvent(Scriptable evt) { method jsFunction_getAttribute (line 61) | public String jsFunction_getAttribute(String name) { method jsFunction_getAttributeNode (line 65) | public Scriptable jsFunction_getAttributeNode(String name) { method jsFunction_getAttributeNodeNS (line 69) | public Scriptable jsFunction_getAttributeNodeNS(String namespaceURI, S... method jsFunction_getAttributeNS (line 73) | public String jsFunction_getAttributeNS(String namespaceURI, String lo... method jsFunction_getElementsByTagName (line 77) | public Scriptable jsFunction_getElementsByTagName(String name) { method jsFunction_getElementsByTagNameNS (line 81) | public Scriptable jsFunction_getElementsByTagNameNS(String namespaceUR... method jsFunction_hasAttribute (line 85) | public boolean jsFunction_hasAttribute(String name) { method jsFunction_hasAttributeNS (line 89) | public boolean jsFunction_hasAttributeNS(String namespaceURI, String l... method jsFunction_removeAttribute (line 93) | public void jsFunction_removeAttribute(String name) { method jsFunction_removeAttributeNode (line 97) | public Scriptable jsFunction_removeAttributeNode(Scriptable oldAttr) { method jsFunction_removeAttributeNS (line 101) | public void jsFunction_removeAttributeNS(String namespaceURI, String l... method jsFunction_removeEventListener (line 105) | public void jsFunction_removeEventListener(String type, Scriptable lis... method jsFunction_setAttribute (line 109) | public void jsFunction_setAttribute(String name, String value) throws ... method jsFunction_setAttributeNode (line 113) | public Scriptable jsFunction_setAttributeNode(Scriptable newAttr) thro... method jsFunction_setAttributeNodeJS (line 118) | public Scriptable jsFunction_setAttributeNodeJS(Scriptable newAttr) th... method jsFunction_setAttributeNS (line 122) | public void jsFunction_setAttributeNS(String namespaceURI, String qual... FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/FormJS.java class FormJS (line 17) | public class FormJS extends HTMLElementJS { method FormJS (line 23) | public FormJS() { method FormJS (line 27) | public FormJS(HTMLFormElement element, DocumentJS document) { method jsConstructor (line 32) | @Override method jsGet_elements (line 37) | public Scriptable jsGet_elements() { method jsGet_length (line 43) | public int jsGet_length() { method jsGet_acceptCharset (line 47) | public String jsGet_acceptCharset() { method jsGet_action (line 51) | public String jsGet_action() { method jsGet_enctype (line 55) | public String jsGet_enctype() { method jsGet_method (line 59) | public String jsGet_method() { method jsGet_name (line 63) | public String jsGet_name() { method jsGet_target (line 67) | public String jsGet_target() { method jsFunction_reset (line 71) | public void jsFunction_reset() { method jsFunction_submit (line 75) | public void jsFunction_submit() { method jsGet_onsubmit (line 79) | public Scriptable jsGet_onsubmit() { method jsGet_onreset (line 83) | public Scriptable jsGet_onreset() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/HTMLCollectionJS.java class HTMLCollectionJS (line 24) | public class HTMLCollectionJS extends ScriptableObject { method HTMLCollectionJS (line 32) | public HTMLCollectionJS() { method HTMLCollectionJS (line 36) | public HTMLCollectionJS(HTMLCollection elements, Scriptable scope, Doc... method addHTMLElement (line 45) | private void addHTMLElement(HTMLElement element, Scriptable scope, Doc... method jsConstructor (line 58) | public void jsConstructor(Object ob) { method getClassName (line 62) | @Override method get (line 67) | @Override method jsGet_length (line 76) | public int jsGet_length() { method jsFunction_item (line 80) | public Scriptable jsFunction_item(int index) { method jsFunction_namedItem (line 86) | public Object jsFunction_namedItem(String name) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/HTMLDocumentJS.java class HTMLDocumentJS (line 18) | public class HTMLDocumentJS extends DocumentJS { method HTMLDocumentJS (line 24) | public HTMLDocumentJS() { method HTMLDocumentJS (line 28) | public HTMLDocumentJS(HTMLDocument document) { method jsConstructor (line 33) | @Override method getClassName (line 42) | @Override method jsGet_anchors (line 47) | public Scriptable jsGet_anchors() { method jsGet_applets (line 53) | public Scriptable jsGet_applets() { method jsGet_body (line 59) | public Scriptable jsGet_body() { method jsGet_cookie (line 63) | public String jsGet_cookie() { method jsGet_domain (line 67) | public String jsGet_domain() { method jsGet_forms (line 71) | public Scriptable jsGet_forms() { method jsGet_images (line 77) | public Scriptable jsGet_images() { method jsGet_links (line 83) | public Scriptable jsGet_links() { method jsGet_referrer (line 89) | public String jsGet_referrer() { method jsGet_title (line 93) | public String jsGet_title() { method jsGet_URL (line 97) | public String jsGet_URL() { method jsFunction_close (line 101) | public void jsFunction_close() { method jsFunction_getElementsByName (line 105) | public Scriptable jsFunction_getElementsByName(String elementName) { method jsFunction_open (line 111) | public void jsFunction_open() { method jsFunction_write (line 115) | public void jsFunction_write(String text) { method jsFunction_writeln (line 119) | public void jsFunction_writeln(String text) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/HTMLElementJS.java class HTMLElementJS (line 24) | public class HTMLElementJS extends ElementJS { method domHTMLElementToJS (line 26) | static HTMLElementJS domHTMLElementToJS(HTMLElement element, DocumentJ... method HTMLElementJS (line 47) | public HTMLElementJS() { method HTMLElementJS (line 51) | public HTMLElementJS(HTMLElement element, DocumentJS document) { method jsConstructor (line 56) | @Override method getClassName (line 60) | @Override method jsGet_className (line 65) | public String jsGet_className() { method jsGet_currentStyle (line 69) | public Scriptable jsGet_currentStyle() { method jsGet_dir (line 73) | public String jsGet_dir() { method jsGet_id (line 77) | public String jsGet_id() { method jsGet_innerHTML (line 81) | public String jsGet_innerHTML() { method jsGet_lang (line 89) | public String jsGet_lang() { method jsGet_offsetHeight (line 93) | public int jsGet_offsetHeight() { method jsGet_offsetWidth (line 97) | public int jsGet_offsetWidth() { method jsGet_offsetLeft (line 101) | public int jsGet_offsetLeft() { method jsGet_offsetTop (line 105) | public int jsGet_offsetTop() { method jsGet_offsetParent (line 109) | public Scriptable jsGet_offsetParent() { method jsGet_scrollHeight (line 113) | public int jsGet_scrollHeight() { method jsGet_scrollWidth (line 117) | public int jsGet_scrollWidth() { method jsGet_scrollLeft (line 121) | public int jsGet_scrollLeft() { method jsGet_scrollTop (line 125) | public int jsGet_scrollTop() { method jsGet_style (line 129) | public Scriptable jsGet_style() { method jsGet_title (line 133) | public String jsGet_title() { method jsGet_onclick (line 137) | public Scriptable jsGet_onclick() { method jsGet_ondblclick (line 141) | public Scriptable jsGet_ondblclick() { method jsGet_onkeydown (line 145) | public Scriptable jsGet_onkeydown() { method jsGet_onkeypress (line 149) | public Scriptable jsGet_onkeypress() { method jsGet_onkeyup (line 153) | public Scriptable jsGet_onkeyup() { method jsGet_onmousedown (line 157) | public Scriptable jsGet_onmousedown() { method jsGet_onmousemove (line 161) | public Scriptable jsGet_onmousemove() { method jsGet_onmouseout (line 165) | public Scriptable jsGet_onmouseout() { method jsGet_onmouseover (line 169) | public Scriptable jsGet_onmouseover() { method jsGet_onmouseup (line 173) | public Scriptable jsGet_onmouseup() { method jsFunction_scrollIntoView (line 177) | public void jsFunction_scrollIntoView(boolean top) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/InputJS.java class InputJS (line 16) | public class InputJS extends HTMLElementJS { method InputJS (line 22) | public InputJS() { method InputJS (line 26) | public InputJS(HTMLInputElement element, DocumentJS document) { method jsConstructor (line 31) | @Override method getClassName (line 36) | @Override method jsGet_accept (line 41) | public String jsGet_accept() { method jsGet_accessKey (line 45) | public String jsGet_accessKey() { method jsGet_align (line 49) | public String jsGet_align() { method jsGet_alt (line 53) | public String jsGet_alt() { method jsGet_checked (line 57) | public boolean jsGet_checked() { method jsGet_defaultChecked (line 61) | public boolean jsGet_defaultChecked() { method jsGet_defaultValue (line 65) | public String jsGet_defaultValue() { method jsGet_disabled (line 69) | public boolean jsGet_disabled() { method jsGet_form (line 73) | public Scriptable jsGet_form() { method jsGet_maxLength (line 77) | public int jsGet_maxLength() { method jsGet_name (line 81) | public String jsGet_name() { method jsGet_readOnly (line 85) | public boolean jsGet_readOnly() { method jsGet_size (line 89) | public int jsGet_size() { method jsGet_src (line 93) | public String jsGet_src() { method jsGet_tabIndex (line 97) | public int jsGet_tabIndex() { method jsGet_type (line 101) | public String jsGet_type() { method jsGet_useMap (line 105) | public String jsGet_useMap() { method jsGet_value (line 109) | public String jsGet_value() { method jsFunction_blur (line 113) | public void jsFunction_blur() { method jsFunction_click (line 117) | public void jsFunction_click() { method jsFunction_focus (line 121) | public void jsFunction_focus() { method jsGet_onblur (line 125) | public Scriptable jsGet_onblur() { method jsGet_onchange (line 129) | public Scriptable jsGet_onchange() { method jsGet_onfocus (line 133) | public Scriptable jsGet_onfocus() { method jsFunction_select (line 137) | public void jsFunction_select() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/LinkJS.java class LinkJS (line 15) | public class LinkJS extends HTMLElementJS { method LinkJS (line 21) | public LinkJS() { method LinkJS (line 25) | public LinkJS(HTMLLinkElement linkElement) { method jsConstructor (line 29) | @Override method getClassName (line 34) | @Override method jsGet_href (line 39) | public String jsGet_href() { method jsGet_charset (line 43) | public String jsGet_charset() { method jsGet_hreflang (line 48) | public String jsGet_hreflang() { method jsGet_rel (line 52) | public String jsGet_rel() { method jsGet_rev (line 56) | public String jsGet_rev() { method jsGet_target (line 60) | public String jsGet_target() { method jsGet_type (line 64) | public String jsGet_type() { method jsFunction_blur (line 68) | public void jsFunction_blur() { method jsFunction_focus (line 72) | public void jsFunction_focus() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/NodeJS.java class NodeJS (line 30) | public class NodeJS extends ScriptableObject { method domNodeToJS (line 32) | static NodeJS domNodeToJS(Node node, DocumentJS document) { method createNodeJSFromDomNode (line 46) | private static NodeJS createNodeJSFromDomNode(Node node, DocumentJS do... method NodeJS (line 75) | public NodeJS() { method NodeJS (line 80) | public NodeJS(Node node, DocumentJS document) { method setNode (line 87) | protected void setNode(Node node) { method setDocumentJS (line 91) | protected void setDocumentJS(DocumentJS document) { method getDocumentJS (line 95) | DocumentJS getDocumentJS() { method jsConstructor (line 99) | public void jsConstructor(Object ob) { method exportObject (line 102) | protected void exportObject(Scriptable ob) { method exportNode (line 110) | protected NodeJS exportNode(Node node) { method exportNodeList (line 118) | protected NodeListJS exportNodeList(NodeList nodeList) { method createNodeArray (line 126) | private Scriptable createNodeArray(Object[] nodes) { method jsGet_attributes (line 134) | public Scriptable jsGet_attributes() { method jsGet_childNodes (line 144) | public Scriptable jsGet_childNodes() { method jsGet_firstChild (line 148) | public Scriptable jsGet_firstChild() { method jsGet_lastChild (line 152) | public Scriptable jsGet_lastChild() { method jsGet_localname (line 156) | public String jsGet_localname() { method jsGet_namespaceURI (line 160) | public String jsGet_namespaceURI() { method jsGet_nextSibling (line 164) | public Scriptable jsGet_nextSibling() { method jsGet_nodeName (line 168) | public String jsGet_nodeName() { method jsGet_nodeType (line 172) | public int jsGet_nodeType() { method jsGet_nodeValue (line 176) | public String jsGet_nodeValue() { method jsGet_ownerDocument (line 181) | public Scriptable jsGet_ownerDocument() { method jsGet_parentNode (line 185) | public Scriptable jsGet_parentNode() { method jsGet_prefix (line 189) | public String jsGet_prefix() { method jsGet_previousSibling (line 193) | public Scriptable jsGet_previousSibling() { method jsFunction_appendChild (line 197) | public Scriptable jsFunction_appendChild(Scriptable newChild) throws D... method jsFunction_cloneNode (line 201) | public Scriptable jsFunction_cloneNode(boolean deep) { method jsFunction_hasAttributes (line 205) | public boolean jsFunction_hasAttributes() { method jsFunction_hasChildNodes (line 209) | public boolean jsFunction_hasChildNodes() { method jsFunction_insertBefore (line 213) | public Scriptable jsFunction_insertBefore(Scriptable newChild, Scripta... method jsFunction_isSupported (line 217) | public boolean jsFunction_isSupported(String feature, String version) { method jsFunction_normalize (line 221) | public void jsFunction_normalize() { method jsFunction_removeChild (line 225) | public Scriptable jsFunction_removeChild(Scriptable oldChild) throws D... method jsFunction_replaceChild (line 229) | public Scriptable jsFunction_replaceChild(Scriptable newChild, Scripta... method getClassName (line 233) | @Override method finishInit (line 238) | public static void finishInit(Scriptable scope, FunctionObject ctor, S... method jsFunction_compareDocumentPosition (line 250) | public int jsFunction_compareDocumentPosition(Scriptable other) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/NodeListJS.java class NodeListJS (line 21) | public class NodeListJS extends ScriptableObject { method NodeListJS (line 27) | public NodeListJS() { method NodeListJS (line 30) | public NodeListJS(NodeList nodeList, Scriptable scope, DocumentJS docu... method addNode (line 36) | private void addNode(Node n, Scriptable scope, DocumentJS document) { method jsConstructor (line 43) | public void jsConstructor(Object ob) { method jsGet_length (line 47) | public int jsGet_length() { method jsFunction_item (line 51) | public Scriptable jsFunction_item(int index) { method getClassName (line 57) | @Override method get (line 62) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/OptionJS.java class OptionJS (line 16) | public class OptionJS extends HTMLElementJS { method OptionJS (line 22) | public OptionJS() { method OptionJS (line 26) | public OptionJS(HTMLOptionElement element, DocumentJS document) { method jsConstructor (line 31) | @Override method getClassName (line 36) | @Override method jsGet_defaultSelected (line 41) | public boolean jsGet_defaultSelected() { method jsGet_disabled (line 45) | public boolean jsGet_disabled() { method jsGet_form (line 49) | public Scriptable jsGet_form() { method jsGet_index (line 53) | public int jsGet_index() { method jsGet_label (line 57) | public String jsGet_label() { method jsGet_selected (line 61) | public boolean jsGet_selected() { method jsGet_text (line 65) | public String jsGet_text() { method jsGet_value (line 69) | public String jsGet_value() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/SelectJS.java class SelectJS (line 16) | public class SelectJS extends HTMLElementJS { method SelectJS (line 22) | public SelectJS() { method SelectJS (line 26) | public SelectJS(HTMLSelectElement element, DocumentJS document) { method jsConstructor (line 31) | @Override method getClassName (line 36) | @Override method jsGet_form (line 41) | public Scriptable jsGet_form() { method jsGet_length (line 45) | public int jsGet_length() { method jsGet_options (line 49) | public Object jsGet_options() { method jsGet_selectedIndex (line 53) | public int jsGet_selectedIndex() { method jsGet_type (line 57) | public String jsGet_type() { method jsGet_disabled (line 61) | public boolean jsGet_disabled() { method jsGet_multiple (line 65) | public boolean jsGet_multiple() { method jsGet_name (line 69) | public String jsGet_name() { method jsGet_size (line 73) | public int jsGet_size() { method jsGet_tabIndex (line 77) | public int jsGet_tabIndex() { method jsFunction_add (line 81) | public void jsFunction_add(Scriptable element, Scriptable before) { method jsFunction_blur (line 85) | public void jsFunction_blur() { method jsFunction_focus (line 88) | public void jsFunction_focus() { method jsGet_onchange (line 92) | public Scriptable jsGet_onchange() { method jsFunction_remove (line 96) | public void jsFunction_remove(int index) { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/dom/TextJS.java class TextJS (line 17) | public class TextJS extends CharacterDataJS { method TextJS (line 23) | public TextJS() { method TextJS (line 27) | public TextJS(Text textNode, DocumentJS document) { method jsConstructor (line 32) | public void jsConstructor(Object ob) { method getClassName (line 35) | @Override method jsFunction_splitText (line 40) | public Scriptable jsFunction_splitText(int offset) throws DOMException { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/tests/DomTestModule.java class DomTestModule (line 33) | public class DomTestModule extends AbstractScriptModule { method DomTestModule (line 39) | public DomTestModule(ScriptedModule module, Bundle bundle, IHTMLParser... method run (line 46) | public void run(IWorkspace workspace) throws IOException { method lookupModuleString (line 56) | private String lookupModuleString(String name) { method getModuleObject (line 69) | private Scriptable getModuleObject() { method loadHTML (line 77) | IHTMLParseResult loadHTML(String name) throws IOException { method streamToString (line 86) | String streamToString(InputStream input) throws IOException { method isDifferential (line 100) | @Override method isTimeSensitive (line 105) | @Override FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/tests/QunitLoader.java class QunitLoader (line 47) | public class QunitLoader { method QunitLoader (line 55) | QunitLoader(Scriptable globalScope, Bundle bundle) { method load (line 60) | void load() { method openQunit (line 102) | private Reader openQunit(String path) throws IOException { method getScope (line 110) | Scriptable getScope() { FILE: platform/com.subgraph.vega.scanner.modules/src/com/subgraph/vega/impl/scanner/modules/scripting/tests/TestScriptLoader.java class TestScriptLoader (line 30) | public class TestScriptLoader { method TestScriptLoader (line 38) | public TestScriptLoader(Scriptable globalScope, Bundle bundle) { method load (line 45) | public void load() { method getAllModules (line 54) | public List getAllModules() { method compileModule (line 58) | private ScriptedModule compileModule(ScriptFile scriptFile) { method validateModule (line 71) | private ModuleValidator validateModule(Scriptable module, String modul... method allTestScripts (line 82) | private List allTestScripts() { FILE: platform/com.subgraph.vega.scanner.modules/tests/qunit/qunit.js function push (line 2) | function push(result, actual, expected, message) { function validTest (line 113) | function validTest( name ) { function diff (line 144) | function diff( a, b ) { function fail (line 158) | function fail(message, exception, callback) { function extend (line 169) | function extend(a, b) { function id (line 179) | function id(name) { function bindCallbacks (line 236) | function bindCallbacks(o, callbacks, args) { function useStrictEquality (line 250) | function useStrictEquality(b, a) { function quote (line 401) | function quote( str ) { function literal (line 404) | function literal( o ) { function join (line 407) | function join( pre, arr, post ) { function array (line 417) | function array( arr ) { function getText (line 563) | function getText( elems ) { function diff (line 597) | function diff(o, n){ FILE: platform/com.subgraph.vega.scanner.modules/tests/scripts/jquery-tests.js function q (line 9) | function q() { function t (line 17) | function t(a,b,c) { function print (line 25) | function print(msg) { function run (line 29) | function run() { function basic_tests (line 54) | function basic_tests() { function broken_tests (line 85) | function broken_tests() { function id_test (line 106) | function id_test() { function class_tests (line 139) | function class_tests() { function name_tests (line 160) | function name_tests() { function multiple_tests (line 176) | function multiple_tests() { function child_and_adjacent_tests (line 183) | function child_and_adjacent_tests() { function attributes_tests (line 218) | function attributes_tests() { function pseudo_child_tests (line 265) | function pseudo_child_tests() { function pseudo_misc_tests (line 303) | function pseudo_misc_tests() { function pseudo_not_tests (line 315) | function pseudo_not_tests() { function pseudo_position_tests (line 349) | function pseudo_position_tests() { function pseudo_form_tests (line 380) | function pseudo_form_tests() { function trac_bugs (line 392) | function trac_bugs() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/ProxyScan.java class ProxyScan (line 32) | public class ProxyScan implements IProxyScan { method ProxyScan (line 46) | ProxyScan(IWorkspace workspace, CookieStore cookieStore, Scanner scann... method getConfig (line 56) | @Override method scanGetTarget (line 61) | @Override method scanPostTarget (line 72) | @Override method stripQuery (line 83) | private VegaURI stripQuery(VegaURI uri) { method stop (line 91) | @Override method start (line 109) | private void start() { method createUriParser (line 120) | private UriParser createUriParser(IWebCrawler crawler) { method createWebCrawler (line 132) | private IWebCrawler createWebCrawler() { method createRequestEngine (line 138) | private IHttpRequestEngine createRequestEngine(IScannerConfig config) { method getInjectionModules (line 167) | @Override method reloadModules (line 172) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/Scan.java class Scan (line 41) | public class Scan implements IScan { method createScan (line 62) | public static Scan createScan(Scanner scanner, IWorkspace workspace) { method Scan (line 72) | private Scan(Scanner scanner) { method setWorkspace (line 85) | private void setWorkspace(IWorkspace workspace) { method handleWorkspaceCloseOrReset (line 95) | private void handleWorkspaceCloseOrReset() { method getConfig (line 103) | @Override method getModuleList (line 108) | @Override method probeTargetUri (line 119) | @Override method startScan (line 171) | @Override method stopScan (line 207) | @Override method createRequestEngine (line 230) | private IHttpRequestEngine createRequestEngine(IScannerConfig config) { method reloadModules (line 260) | private void reloadModules() { method getScanner (line 271) | public Scanner getScanner() { method getScanInstance (line 275) | public synchronized IScanInstance getScanInstance() { method getWorkspace (line 279) | public synchronized IWorkspace getWorkspace() { method getResponseModules (line 283) | public synchronized List getResponseModules... method getBasicModules (line 287) | public synchronized List getBasicModules() { method getRequestEngine (line 291) | public synchronized IHttpRequestEngine getRequestEngine() { method doFinish (line 295) | public void doFinish() { method getRedirectURI (line 303) | public URI getRedirectURI() { method pauseScan (line 307) | @Override method unpauseScan (line 314) | @Override method isPausedScan (line 321) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/ScanProbe.java class ScanProbe (line 25) | public class ScanProbe { method ScanProbe (line 31) | ScanProbe(URI targetURI, IHttpRequestEngine requestEngine) { method runProbe (line 36) | IScanProbeResult runProbe() { method getPathAndQuery (line 46) | private String getPathAndQuery(URI uri) { method processFirstProbeResponse (line 53) | private IScanProbeResult processFirstProbeResponse(URI targetURI, IHtt... method isResponseRedirect (line 60) | private boolean isResponseRedirect(IHttpResponse response) { method processRedirect (line 65) | private IScanProbeResult processRedirect(URI originalTarget, IHttpResp... method createRedirectExceptionMessage (line 91) | private String createRedirectExceptionMessage(URI targetURI, URI locat... method getLocationURI (line 102) | private URI getLocationURI(IHttpResponse response) { method abort (line 112) | void abort() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/ScanProbeResult.java class ScanProbeResult (line 17) | public class ScanProbeResult implements IScanProbeResult { method createOkResult (line 19) | static ScanProbeResult createOkResult() { method createConnectFailedResult (line 23) | static ScanProbeResult createConnectFailedResult(String message) { method createRedirectFailedResult (line 27) | static ScanProbeResult createRedirectFailedResult(String message) { method createRedirectResult (line 31) | static ScanProbeResult createRedirectResult(URI redirectURI) { method ScanProbeResult (line 39) | private ScanProbeResult(ProbeResultType resultType, String failureMess... method getProbeResultType (line 45) | @Override method getRedirectTarget (line 50) | @Override method getFailureMessage (line 55) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/Scanner.java class Scanner (line 30) | public class Scanner implements IScanner { method activate (line 38) | protected void activate() { method deactivate (line 53) | protected void deactivate() { method handleWorkspaceOpen (line 56) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceReset (line 60) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method handleWorkspaceClose (line 64) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method createScan (line 68) | @Override method createProxyScan (line 73) | @Override method runDomTests (line 78) | @Override method setCrawlerFactory (line 83) | protected void setCrawlerFactory(IWebCrawlerFactory crawlerFactory) { method unsetCrawlerFactory (line 87) | protected void unsetCrawlerFactory(IWebCrawlerFactory crawlerFactory) { method setRequestEngineFactory (line 91) | protected void setRequestEngineFactory(IHttpRequestEngineFactory facto... method unsetRequestEngineFactory (line 95) | protected void unsetRequestEngineFactory(IHttpRequestEngineFactory fac... method setModuleRegistry (line 99) | protected void setModuleRegistry(IScannerModuleRegistry registry) { method unsetModuleRegistry (line 103) | protected void unsetModuleRegistry(IScannerModuleRegistry registry) { method setModel (line 107) | protected void setModel(IModel model) { method unsetModel (line 111) | protected void unsetModel(IModel model) { method setContentAnalyzerFactory (line 115) | protected void setContentAnalyzerFactory(IContentAnalyzerFactory facto... method unsetContentAnalyzerFactory (line 119) | protected void unsetContentAnalyzerFactory(IContentAnalyzerFactory fac... method getWebCrawlerFactory (line 123) | public IWebCrawlerFactory getWebCrawlerFactory() { method getHttpRequestEngineFactory (line 127) | public IHttpRequestEngineFactory getHttpRequestEngineFactory() { method getScannerModuleRegistry (line 131) | public IScannerModuleRegistry getScannerModuleRegistry() { method getModel (line 135) | public IModel getModel() { method getContentAnalyzerFactory (line 139) | public IContentAnalyzerFactory getContentAnalyzerFactory() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/ScannerConfig.java class ScannerConfig (line 29) | public class ScannerConfig implements IScannerConfig { method setUserAgent (line 50) | @Override method setScanIdentity (line 55) | @Override method setCookieList (line 60) | @Override method setModulesList (line 65) | @Override method setExcludedParameterNames (line 70) | @Override method getDefaultExcludedParameterNames (line 76) | @Override method getExcludedParameterNames (line 81) | @Override method getUserAgent (line 86) | @Override method getScanIdentity (line 91) | @Override method getCookieList (line 96) | @Override method getModulesList (line 101) | @Override method setLogAllRequests (line 106) | @Override method getLogAllRequests (line 111) | @Override method setDisplayDebugOutput (line 116) | @Override method getDisplayDebugOutput (line 121) | @Override method getDirectoryInjectionChecksFlag (line 126) | @Override method getNonParameterFileInjectionChecksFlag (line 131) | @Override method createFormCredential (line 136) | public synchronized IFormCredential createFormCredential(String userna... method getFormCredentials (line 142) | @Override method setMaxRequestsPerSecond (line 147) | @Override method getMaxRequestsPerSecond (line 152) | @Override method getMaxDescendants (line 157) | @Override method getMaxChildren (line 162) | @Override method getMaxDepth (line 167) | @Override method setMaxDescendants (line 172) | @Override method setMaxChildren (line 177) | @Override method setMaxDepth (line 182) | @Override method getMaxDuplicatePaths (line 187) | @Override method setMaxDuplicatePaths (line 192) | @Override method setMaxParameterCount (line 197) | @Override method getMaxParameterCount (line 202) | @Override method setMaxConnections (line 207) | @Override method getMaxConnections (line 212) | @Override method setMaxResponseKilobytes (line 217) | @Override method getMaxResponseKilobytes (line 222) | @Override method setScanTargetScope (line 227) | @Override method getScanTargetScope (line 232) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/ScannerTask.java class ScannerTask (line 37) | public class ScannerTask implements Runnable { method ScannerTask (line 49) | ScannerTask(Scan scan) { method stop (line 75) | void stop() { method run (line 86) | @Override method printModuleRuntimeStats (line 108) | private void printModuleRuntimeStats() { method handleMacroAuthentication (line 123) | private boolean handleMacroAuthentication() { method runCrawlerPhase (line 167) | private void runCrawlerPhase() { method toVegaURI (line 184) | private VegaURI toVegaURI(URI u) { method pauseScan (line 189) | void pauseScan() { method unpauseScan (line 197) | void unpauseScan() { method isPaused (line 205) | boolean isPaused() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/forms/FormCredential.java class FormCredential (line 15) | public class FormCredential implements IFormCredential { method FormCredential (line 24) | public FormCredential(String username, String password) { method setTargetName (line 29) | @Override method setUsernameFieldName (line 34) | @Override method setPasswordFieldName (line 39) | @Override method getUsername (line 44) | @Override method getPassword (line 49) | @Override method getTargetName (line 54) | @Override method getUsernameFieldName (line 59) | @Override method getPasswordFieldName (line 64) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/forms/FormHints.java class FormHints (line 19) | public class FormHints { method FormHints (line 23) | FormHints() { method add (line 59) | private void add(String k, String v) { method lookupHint (line 63) | public String lookupHint(String fieldName) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/forms/FormProcessingState.java class FormProcessingState (line 24) | public class FormProcessingState { method FormProcessingState (line 39) | FormProcessingState(VegaURI baseURI, String action, String method, Lis... method isValid (line 46) | boolean isValid() { method isPostMethod (line 50) | boolean isPostMethod() { method getTargetURI (line 54) | VegaURI getTargetURI() { method createTargetURI (line 63) | private VegaURI createTargetURI() { method add (line 82) | void add(String name, String value) { method addGuessedValue (line 86) | void addGuessedValue(String name) { method setPasswordFieldFlag (line 90) | void setPasswordFieldFlag() { method getPasswordFieldFlag (line 94) | boolean getPasswordFieldFlag() { method setFileFieldFlag (line 98) | void setFileFieldFlag() { method getFileFieldFlag (line 102) | boolean getFileFieldFlag() { method guessFormValue (line 117) | private String guessFormValue(String name) { method getParameters (line 127) | List getParameters() { method toString (line 131) | @Override method parametersAsQueryString (line 140) | private String parametersAsQueryString() { method parametersAsPostString (line 155) | private String parametersAsPostString() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/forms/FormProcessor.java class FormProcessor (line 33) | public class FormProcessor { method FormProcessor (line 39) | public FormProcessor(IScannerConfig config, UriFilter uriFilter, UriPa... method processForms (line 45) | public void processForms(IInjectionModuleContext ctx, HttpUriRequest r... method processFormElement (line 61) | private void processFormElement(IInjectionModuleContext ctx, HttpUriRe... method submitNewForm (line 84) | private void submitNewForm(FormProcessingState formData) { method processSingleFormElement (line 96) | private void processSingleFormElement(FormProcessingState fps, Element... method processInputElement (line 103) | private void processInputElement(FormProcessingState fps, Element inpu... method processOtherFormElement (line 130) | private void processOtherFormElement(FormProcessingState fps, Element ... method decodeAttribute (line 144) | private String decodeAttribute(Element e, String a) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/CaseSensitivityCheck.java class CaseSensitivityCheck (line 19) | public class CaseSensitivityCheck extends CrawlerModule { method runModule (line 21) | @Override method initialize (line 28) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/CrawlerModule.java class CrawlerModule (line 21) | public abstract class CrawlerModule implements ICrawlerResponseProcessor { method initialize (line 23) | public abstract void initialize(IPathState ps); method runModule (line 24) | public abstract void runModule(HttpUriRequest request, IHttpResponse r... method processResponse (line 26) | public void processResponse(IWebCrawler crawler, HttpUriRequest reques... method processException (line 32) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/Dir404Tests.java class Dir404Tests (line 21) | public class Dir404Tests extends CrawlerModule { method initialize (line 27) | @Override method runModule (line 33) | @Override method finishProcessingResponse (line 56) | private void finishProcessingResponse(IInjectionModuleContext ctx, IPa... method finishProcessingFirstResponse (line 65) | private void finishProcessingFirstResponse(IInjectionModuleContext ctx... method processResponseFingerprint (line 75) | private void processResponseFingerprint(IInjectionModuleContext ctx, H... method scheduleProbes (line 97) | private void scheduleProbes(IInjectionModuleContext ctx) { method handleFailed404Detection (line 105) | private void handleFailed404Detection(IInjectionModuleContext ctx, IPa... method logFailureMessage (line 131) | private void logFailureMessage(IInjectionModuleContext ctx, int httpCo... FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/DirIPSCheck.java class DirIPSCheck (line 22) | public class DirIPSCheck extends CrawlerModule { method initialize (line 43) | @Override method createRequest (line 50) | private HttpUriRequest createRequest(IPathState ps, String query) { method runModule (line 57) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/DirParentCheck.java class DirParentCheck (line 20) | public class DirParentCheck extends CrawlerModule { method initialize (line 24) | public void initialize(IPathState ps) { method hasSuitablePath (line 35) | private boolean hasSuitablePath(IPathState ps) { method createRequest (line 40) | private HttpUriRequest createRequest(IPathState ps) { method runModule (line 48) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/DirectoryProcessor.java class DirectoryProcessor (line 21) | public class DirectoryProcessor implements ICrawlerResponseProcessor { method DirectoryProcessor (line 26) | public DirectoryProcessor() { method processResponse (line 31) | @Override method processException (line 49) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/FileProcessor.java class FileProcessor (line 22) | public class FileProcessor implements ICrawlerResponseProcessor { method processResponse (line 27) | @Override method processException (line 69) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/InjectionChecks.java class InjectionChecks (line 18) | public class InjectionChecks { method InjectionChecks (line 23) | public InjectionChecks() { method initialize (line 28) | public void initialize(IPathState ps) { method runPageVariabilityCheck (line 39) | public void runPageVariabilityCheck(IPathState ps) { method launchInjectionModules (line 47) | public void launchInjectionModules(IPathState ps) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/OgnlHandler.java class OgnlHandler (line 21) | public class OgnlHandler implements ICrawlerResponseProcessor { method processResponse (line 23) | @Override method processException (line 47) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/PageVariabilityCheck.java class PageVariabilityCheck (line 20) | public class PageVariabilityCheck extends CrawlerModule { method PageVariabilityCheck (line 25) | public PageVariabilityCheck(InjectionChecks injectionChecks) { method initialize (line 29) | @Override method runModule (line 38) | @Override method testResponse (line 55) | private void testResponse(HttpUriRequest request, IHttpResponse respon... FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/ParametricCheckHandler.java class ParametricCheckHandler (line 23) | public class ParametricCheckHandler extends CrawlerModule { method initialize (line 28) | @Override method generateBogusParameter (line 45) | private String generateBogusParameter() { method runModule (line 50) | @Override method maybeScheduleNext (line 87) | private void maybeScheduleNext(IInjectionModuleContext ctx) { method scheduleNext (line 93) | private void scheduleNext(IPathState ps) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/PutChecks.java class PutChecks (line 29) | public class PutChecks extends CrawlerModule { method PutChecks (line 33) | PutChecks(InjectionChecks injectionChecks) { method initialize (line 37) | @Override method runModule (line 47) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/SecondaryExtChecks.java class SecondaryExtChecks (line 19) | public class SecondaryExtChecks extends CrawlerModule { method initialize (line 21) | @Override method runModule (line 26) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/handlers/UnknownProcessor.java class UnknownProcessor (line 26) | public class UnknownProcessor implements ICrawlerResponseProcessor { method processResponse (line 31) | @Override method processInitialResponse (line 43) | private void processInitialResponse(HttpUriRequest request, IHttpRespo... method sendProbeRequests (line 79) | private void sendProbeRequests(IPathState ps) { method processProbeResponses (line 85) | private void processProbeResponses(HttpUriRequest request, IHttpRespon... method analyzeResponses (line 96) | private void analyzeResponses(IInjectionModuleContext ctx, IPathState ... method isProbe404 (line 137) | private boolean isProbe404(IPathState ps, IHttpResponse response) { method hasLocationHeaderWithRequestUri (line 147) | private boolean hasLocationHeaderWithRequestUri(IPathState ps, HttpUri... method getLocationHeader (line 155) | private String getLocationHeader(IPathState ps) { method assumeDirectory (line 163) | private void assumeDirectory(IHttpResponse response, IInjectionModuleC... method callFetchHandler (line 170) | private void callFetchHandler(IInjectionModuleContext ctx, IPathState ... method processException (line 180) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/AbstractParameterRequestBuilder.java class AbstractParameterRequestBuilder (line 22) | public abstract class AbstractParameterRequestBuilder extends AbstractRe... method AbstractParameterRequestBuilder (line 27) | protected AbstractParameterRequestBuilder(IHttpRequestEngine requestEn... method isFuzzable (line 36) | @Override method getFuzzableParameter (line 41) | @Override method getAlteredParameters (line 46) | protected List getAlteredParameters(String fuzzValue, b... method fuzzParameter (line 58) | protected NameValuePair fuzzParameter(NameValuePair param, String fuzz... FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/AbstractRequestBuilder.java class AbstractRequestBuilder (line 18) | public abstract class AbstractRequestBuilder implements IRequestBuilder { method AbstractRequestBuilder (line 23) | protected AbstractRequestBuilder(IHttpRequestEngine requestEngine, IWe... method createRequestForPath (line 28) | protected HttpUriRequest createRequestForPath(String path) { method createPathRequest (line 32) | protected HttpUriRequest createPathRequest() { method createRequestFromQuery (line 37) | protected HttpUriRequest createRequestFromQuery(String query) { method getBasePath (line 42) | protected String getBasePath() { method maybeAddTrailingSlash (line 53) | private String maybeAddTrailingSlash(String basePath) { method maybeRemoveTrailingSlash (line 60) | private String maybeRemoveTrailingSlash(String basePath) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/BasicRequestBuilder.java class BasicRequestBuilder (line 21) | public class BasicRequestBuilder extends AbstractRequestBuilder { method BasicRequestBuilder (line 23) | public BasicRequestBuilder(IHttpRequestEngine requestEngine, IWebPath ... method createBasicRequest (line 27) | @Override method createAlteredRequest (line 32) | @Override method createPathWithSuffix (line 38) | private String createPathWithSuffix(String oldPath, String suffix) { method createAlteredParameterNameRequest (line 47) | @Override method getFuzzableParameter (line 52) | @Override method isFuzzable (line 57) | @Override method toString (line 62) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/GetParameterRequestBuilder.java class GetParameterRequestBuilder (line 21) | public class GetParameterRequestBuilder extends AbstractParameterRequest... method GetParameterRequestBuilder (line 24) | public GetParameterRequestBuilder(IHttpRequestEngine requestEngine, IW... method createBasicRequest (line 28) | @Override method createAlteredRequest (line 33) | @Override method createAlteredParameterNameRequest (line 38) | @Override method formatDefaultParameters (line 44) | private String formatDefaultParameters() { method formatParametersWithFuzz (line 48) | private String formatParametersWithFuzz(String fuzzValue, boolean appe... method formatParameterList (line 52) | private String formatParameterList(List plist) { method toString (line 67) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/IRequestBuilder.java type IRequestBuilder (line 16) | public interface IRequestBuilder { method createBasicRequest (line 17) | HttpUriRequest createBasicRequest(); method createAlteredRequest (line 18) | HttpUriRequest createAlteredRequest(String value, boolean append); method createAlteredParameterNameRequest (line 19) | HttpUriRequest createAlteredParameterNameRequest(String name); method isFuzzable (line 20) | boolean isFuzzable(); method getFuzzableParameter (line 21) | NameValuePair getFuzzableParameter(); FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/requests/PostParameterRequestBuilder.java class PostParameterRequestBuilder (line 25) | public class PostParameterRequestBuilder extends AbstractParameterReques... method PostParameterRequestBuilder (line 27) | public PostParameterRequestBuilder(IHttpRequestEngine requestEngine, I... method createBasicRequest (line 31) | @Override method createPostRequest (line 36) | private HttpUriRequest createPostRequest(List parameter... method createAlteredRequest (line 42) | @Override method createAlteredParameterNameRequest (line 47) | @Override method createParameterEntity (line 52) | private HttpEntity createParameterEntity(List parameter... method toString (line 60) | @Override method printParameters (line 65) | private String printParameters() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/CrawlerCallbackWrapper.java class CrawlerCallbackWrapper (line 20) | public class CrawlerCallbackWrapper implements ICrawlerResponseProcessor { method createLogging (line 21) | static ICrawlerResponseProcessor createLogging(PathState pathState, IR... method create (line 25) | static ICrawlerResponseProcessor create(PathState pathState, ICrawlerR... method CrawlerCallbackWrapper (line 34) | private CrawlerCallbackWrapper(PathState pathState, IRequestLog reques... method processResponse (line 42) | @Override method processException (line 55) | @Override FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/ModuleContext.java class ModuleContext (line 33) | public class ModuleContext implements IInjectionModuleContext { method ModuleContext (line 45) | ModuleContext(PathStateManager scanState, IRequestBuilder requestBuild... method ModuleContext (line 57) | ModuleContext(PathStateManager scanState, IRequestBuilder requestBuild... method ModuleContext (line 61) | private ModuleContext(ModuleContext ctx, int index) { method getPathState (line 72) | @Override method incrementResponseCount (line 77) | @Override method allResponsesReceived (line 83) | @Override method addRequestResponse (line 88) | @Override method addRequestResponse (line 97) | @Override method getSavedRequest (line 103) | @Override method getSavedResponse (line 108) | @Override method getSavedResponseBody (line 115) | @Override method getSavedFingerprint (line 120) | @Override method isFingerprintMatch (line 125) | @Override method isFingerprintMatch (line 134) | @Override method getCurrentIndex (line 142) | @Override method submitRequest (line 147) | @Override method getWrappedCallback (line 155) | private ICrawlerResponseProcessor getWrappedCallback(ICrawlerResponseP... method submitRequest (line 162) | @Override method submitRequest (line 168) | @Override method submitAlteredRequest (line 175) | @Override method submitAlteredRequest (line 181) | @Override method submitAlteredRequest (line 187) | @Override method submitAlteredParameterNameRequest (line 196) | @Override method submitMultipleAlteredRequests (line 205) | @Override method submitMultipleAlteredRequests (line 211) | @Override method setModuleFailed (line 219) | @Override method hasModuleFailed (line 224) | @Override method reportRequestException (line 229) | @Override method error (line 235) | @Override method debug (line 242) | @Override method debug (line 247) | @Override method analyzePage (line 252) | @Override method responseChecks (line 257) | @Override method contentChecks (line 263) | @Override method responseChecks (line 268) | @Override method pivotChecks (line 276) | @Override method publishAlert (line 284) | public void publishAlert(String type, String message, HttpRequest requ... method publishAlert (line 288) | public void publishAlert(String type, String key, String message, Http... method getFileExtensionList (line 333) | public List getFileExtensionList() { method setProperty (line 337) | @Override method setStringProperty (line 342) | @Override method setIntegerProperty (line 347) | @Override method getProperty (line 352) | @Override method getStringProperty (line 357) | @Override method getIntegerProperty (line 362) | @Override method propertyKeys (line 367) | @Override method addStringHighlight (line 372) | @Override method addRegexHighlight (line 377) | @Override method addRegexCaseInsensitiveHighlight (line 387) | @Override method reset (line 397) | @Override method alertExists (line 403) | @Override method internetDomainName (line 410) | public InternetDomainName internetDomainName(String domain) { method isValidInternetDomainName (line 415) | public boolean isValidInternetDomainName(String domain) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/ModuleContextState.java class ModuleContextState (line 22) | public class ModuleContextState { method incrementSentRequestCount (line 32) | public synchronized void incrementSentRequestCount() { method incrementResponseCount (line 36) | public synchronized int incrementResponseCount() { method allResponsesReceieved (line 41) | public synchronized boolean allResponsesReceieved() { method ensureCapacity (line 45) | private void ensureCapacity(int index) { method addRequestResponse (line 63) | public synchronized void addRequestResponse(int index, HttpUriRequest ... method getSavedRequest (line 69) | public synchronized HttpUriRequest getSavedRequest(int index) { method getSavedResponse (line 74) | public synchronized IHttpResponse getSavedResponse(int index) { method getSavedResponseBody (line 81) | public synchronized String getSavedResponseBody(int index) { method getSavedFingerprint (line 88) | public synchronized IPageFingerprint getSavedFingerprint(int index) { method setModuleFailed (line 96) | public synchronized void setModuleFailed() { method hasModuleFailed (line 100) | public synchronized boolean hasModuleFailed() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/PathState.java class PathState (line 42) | public class PathState implements IPathState { method createBasicPathState (line 44) | public static PathState createBasicPathState(ICrawlerResponseProcessor... method createParameterPathState (line 57) | public static PathState createParameterPathState(ICrawlerResponseProce... method createPostParameterPathState (line 67) | public static PathState createPostParameterPathState(ICrawlerResponseP... method PathState (line 110) | private PathState(ICrawlerResponseProcessor fetchProcessor, PathStateM... method getParentState (line 119) | @Override method addChildState (line 124) | private void addChildState(PathState state, boolean checkDup) { method incrementDescendants (line 145) | private void incrementDescendants() { method getDescendantCount (line 154) | public int getDescendantCount() { method getChildCount (line 158) | public int getChildCount() { method getDepth (line 162) | public synchronized int getDepth() { method getPathStateManager (line 170) | public PathStateManager getPathStateManager() { method isParametric (line 173) | @Override method isDone (line 178) | @Override method setDone (line 183) | @Override method requeueInitialFetch (line 192) | public void requeueInitialFetch() { method setLocked (line 201) | private void setLocked() { method performInitialFetch (line 205) | private void performInitialFetch() { method setBogusParameter (line 217) | @Override method isBogusParameter (line 222) | @Override method getPath (line 227) | @Override method setUnknownFingerprint (line 232) | @Override method getUnknownFingerprint (line 237) | @Override method submitRequest (line 242) | public void submitRequest(ICrawlerResponseProcessor callback) { method submitRequest (line 248) | public void submitRequest(HttpUriRequest request, ICrawlerResponseProc... method submitRequest (line 253) | public void submitRequest(HttpUriRequest request, ICrawlerResponseProc... method getWrappedCallback (line 258) | private ICrawlerResponseProcessor getWrappedCallback(ICrawlerResponseP... method createRequest (line 265) | @Override method createAlteredRequest (line 270) | @Override method hasMaximum404Fingerprints (line 275) | public boolean hasMaximum404Fingerprints() { method add404Fingerprint (line 279) | @Override method isRootPath (line 284) | @Override method has404Fingerprints (line 289) | @Override method get404Parent (line 294) | @Override method has404FingerprintMatching (line 299) | @Override method hasParent404Fingerprint (line 303) | @Override method dump404Fingerprints (line 308) | public void dump404Fingerprints() { method hasParent404FingerprintMatchingThis (line 311) | @Override method setSureDirectory (line 316) | @Override method clear404Fingerprints (line 321) | @Override method setSkip404 (line 326) | public void setSkip404() { method getSkip404 (line 330) | public boolean getSkip404() { method isSureDirectory (line 334) | @Override method setResponse (line 339) | @Override method addWebResponseToPath (line 354) | private void addWebResponseToPath(IHttpResponse response) { method contentAnalyzerResultToMimeString (line 368) | private String contentAnalyzerResultToMimeString(IContentAnalyzerResul... method getResponse (line 377) | @Override method isPageMissing (line 382) | public boolean isPageMissing() { method setPageMissing (line 386) | @Override method setResponseVaries (line 391) | @Override method getResponseVaries (line 396) | @Override method debug (line 401) | public void debug(String msg) { method getPathFingerprint (line 405) | @Override method matchesPathFingerprint (line 410) | @Override method getScanId (line 419) | @Override method allocateXssId (line 423) | @Override method createXssTag (line 427) | @Override method createXssTag (line 431) | @Override method createXssPattern (line 435) | @Override method createXssPattern (line 439) | @Override method registerXssRequest (line 443) | @Override method getXssRequest (line 448) | @Override method getFuzzableParameter (line 453) | @Override method maybeAddParameters (line 458) | @Override method maybeAddPostParameters (line 474) | @Override method isRescanNeeded (line 488) | private boolean isRescanNeeded() { method sameCookies (line 498) | private boolean sameCookies(List a, List b) { method findFirstCookieByName (line 511) | private Cookie findFirstCookieByName(List cookieList, String n... method rescanGetParameters (line 520) | private void rescanGetParameters(List parameters, PathS... method rescanPostParameters (line 524) | private void rescanPostParameters(List parameters, Path... method rescanPathStates (line 528) | private void rescanPathStates(List states) { method getParameterManager (line 534) | private synchronized PathStateParameterManager getParameterManager() { method unlockChildren (line 541) | @Override method toString (line 553) | @Override method createModuleContext (line 558) | @Override method setFailed404Detection (line 563) | @Override method hasFailed404Detection (line 568) | @Override method setBadParentDirectory (line 573) | @Override method hasBadParentDirectory (line 578) | @Override method isIPSDetected (line 583) | @Override method setIPSDetected (line 588) | @Override method doInjectionChecks (line 593) | @Override method getInjectionModules (line 603) | @Override method getRequestEngine (line 608) | @Override method createRawRequest (line 613) | public HttpUriRequest createRawRequest(HttpHost httpHost, String metho... method incrementOutstandingRequests (line 619) | void incrementOutstandingRequests() { method decrementOutstandingRequests (line 623) | public void decrementOutstandingRequests() { method incrementFuzzCounter (line 631) | public void incrementFuzzCounter() { method decrementFuzzCounter (line 635) | public void decrementFuzzCounter() { method setFinishOnNoRequests (line 643) | public void setFinishOnNoRequests() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/PathState404.java class PathState404 (line 19) | public class PathState404 { method PathState404 (line 25) | PathState404(IPathState ps) { method setSkip404 (line 29) | void setSkip404() { method getSkip404 (line 33) | boolean getSkip404() { method hasMaximum404Fingerprints (line 37) | public synchronized boolean hasMaximum404Fingerprints() { method add404Fingerprint (line 41) | public synchronized boolean add404Fingerprint(IPageFingerprint fp) { method has404Fingerprints (line 50) | public synchronized boolean has404Fingerprints() { method get404Parent (line 54) | public IPathState get404Parent() { method has404FingerprintMatching (line 62) | public synchronized boolean has404FingerprintMatching(IPageFingerprint... method hasParent404Fingerprint (line 72) | public boolean hasParent404Fingerprint(IPageFingerprint fp) { method clear404Fingerprints (line 77) | public synchronized void clear404Fingerprints() { method dumpFingerprints (line 81) | public void dumpFingerprints() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/PathStateManager.java class PathStateManager (line 37) | public class PathStateManager { method PathStateManager (line 60) | public PathStateManager(IScannerConfig config, List injectionModu... method getInjectionModules (line 74) | public List getInjectionModules() { method requestLoggingEnabled (line 78) | public boolean requestLoggingEnabled() { method hasSeenPath (line 82) | public boolean hasSeenPath(IWebPath path) { method isProxyScan (line 88) | public boolean isProxyScan() { method getParentDirectoryState (line 93) | private PathState getParentDirectoryState(IWebPath path) { method createStateForPath (line 109) | public PathState createStateForPath(IWebPath path, ICrawlerResponsePro... method hasExceededLimits (line 123) | boolean hasExceededLimits(PathState ps) { method exceedsDuplicatePathLimit (line 137) | private boolean exceedsDuplicatePathLimit(String name, PathState paren... method createStateForPathNoChecks (line 149) | private PathState createStateForPathNoChecks(IWebPath path, ICrawlerRe... method getStateForPath (line 162) | public PathState getStateForPath(IWebPath path) { method getCrawler (line 170) | public IWebCrawler getCrawler() { method analyzePage (line 174) | public void analyzePage(IInjectionModuleContext ctx, HttpUriRequest re... method analyzeContent (line 178) | public void analyzeContent(IInjectionModuleContext ctx, HttpUriRequest... method analyzePivot (line 182) | public void analyzePivot(IInjectionModuleContext ctx, HttpUriRequest r... method createXssTag (line 186) | public String createXssTag(int xssId) { method createXssPattern (line 190) | public String createXssPattern(int xssId) { method allocateXssId (line 194) | public int allocateXssId() { method createXssTag (line 199) | public String createXssTag(String prefix, int xssId) { method createXssPattern (line 207) | public String createXssPattern(String prefix, int xssId) { method formatXssTag (line 215) | private String formatXssTag(String prefix, int xssId, long scanId) { method formatXssPattern (line 219) | private String formatXssPattern(String prefix, int xssId, long scanId) { method registerXssRequest (line 223) | public void registerXssRequest(HttpUriRequest request, int xssId) { method getScanId (line 229) | public long getScanId() { method getXssRequest (line 233) | public HttpUriRequest getXssRequest(int xssId, int scanId) { method isValidXssId (line 243) | private boolean isValidXssId(int xssId, int scanId) { method getRequestLog (line 251) | public IRequestLog getRequestLog() { method getScanInstance (line 255) | public IScanInstance getScanInstance() { method isExcludedParameter (line 259) | public boolean isExcludedParameter(String name) { method debug (line 263) | public void debug(String message) { method debug (line 268) | public void debug(String message, Boolean colored) { method reportRequestException (line 278) | public void reportRequestException(HttpUriRequest request, Throwable e... method getFileExtensionList (line 283) | public List getFileExtensionList() { method getContentAnalyzer (line 287) | public IContentAnalyzer getContentAnalyzer() { method getDirectoryInjectionChecksFlag (line 291) | public boolean getDirectoryInjectionChecksFlag() { method getNonParameterFileInjectionChecksFlag (line 295) | public boolean getNonParameterFileInjectionChecksFlag() { method getMaxParameterCount (line 299) | public int getMaxParameterCount() { method notifyPathNodeStart (line 303) | void notifyPathNodeStart(PathState ps) { method notifyPathNodeFinish (line 315) | void notifyPathNodeFinish(PathState ps) { method pathNodeToPathString (line 324) | private String pathNodeToPathString(PathState ps) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/PathStateParameterManager.java class PathStateParameterManager (line 28) | public class PathStateParameterManager { method PathStateParameterManager (line 35) | PathStateParameterManager(PathState ps) { method addParameterList (line 45) | public synchronized List addParameterList(List pathStates, List getNameSetForParameterList(List pli... method hasParameterList (line 80) | public synchronized boolean hasParameterList(List plist) { method getStatesForParameterList (line 84) | public synchronized List getStatesForParameterList(List p... method getStatesForPostParameterList (line 96) | public synchronized List getStatesForPostParameterList(List... method addPostParameterList (line 104) | public synchronized List addPostParameterList(List pathStates, List... FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/state/Wordlists.java class Wordlists (line 16) | public class Wordlists { method getFileExtensions (line 18) | public List getFileExtensions() { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/urls/ResponseAnalyzer.java class ResponseAnalyzer (line 38) | public class ResponseAnalyzer { method ResponseAnalyzer (line 49) | public ResponseAnalyzer(IScannerConfig config, method getContentAnalyzer (line 60) | public IContentAnalyzer getContentAnalyzer() { method analyzePivot (line 64) | public void analyzePivot(IInjectionModuleContext ctx, HttpUriRequest req, method analyzePage (line 69) | public void analyzePage(IInjectionModuleContext ctx, HttpUriRequest req, method analyzeContent (line 84) | public void analyzeContent(IInjectionModuleContext ctx, HttpUriRequest... method analyzeHtml (line 93) | private void analyzeHtml(IInjectionModuleContext ctx, HttpUriRequest req, method filterInjectedPath (line 108) | private boolean filterInjectedPath(String path) { method pathContainsXssTag (line 113) | private boolean pathContainsXssTag(String path) { method analyzeHtmlElement (line 121) | private void analyzeHtmlElement(IInjectionModuleContext ctx, method possibleXssAlert (line 192) | private void possibleXssAlert(IInjectionModuleContext ctx, method match (line 245) | private boolean match(String s, String... options) { method extractXssString (line 254) | private String extractXssString(String text, int offset) { method extractXssTag (line 264) | private int[] extractXssTag(String text, int offset) { method extractXssId (line 282) | private int extractXssId(String text, int offset) { method checkJavascriptXSS (line 293) | private void checkJavascriptXSS(IInjectionModuleContext ctx, method addPossibleUrl (line 346) | private void addPossibleUrl(URI uri, String candidateLink) { method createURI (line 371) | private URI createURI(String link) { method validateHost (line 381) | private boolean validateHost(HttpHost host) { method hasValidHttpScheme (line 393) | private boolean hasValidHttpScheme(URI uri) { method absUri (line 398) | private String absUri(URI u, String path) { method matchStartsWith (line 416) | private boolean matchStartsWith(String str, int offset, String... opti... method maybeSkipJavascriptComment (line 424) | private int maybeSkipJavascriptComment(String text, int idx) { method alert (line 457) | public void alert(IInjectionModuleContext ctx, String type, String mes... method createAlertKey (line 475) | private String createAlertKey(IInjectionModuleContext ctx, String type, FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/urls/SQLErrorMessageDetector.java class SQLErrorMessageDetector (line 9) | public class SQLErrorMessageDetector { type databaseErrorTypes (line 11) | private static enum databaseErrorTypes {SQLSERVER, ASP, MS, ACCESS, MY... method SQLErrorMessageDetector (line 65) | public SQLErrorMessageDetector(ResponseAnalyzer responseAnalyzer) { method detectErrorMessages (line 69) | public void detectErrorMessages(IInjectionModuleContext ctx, HttpUriRe... method processDetectedErrorMessage (line 81) | private void processDetectedErrorMessage(IInjectionModuleContext ctx, ... FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/urls/UriFilter.java class UriFilter (line 22) | public class UriFilter { method UriFilter (line 27) | public UriFilter(IScannerConfig scannerConfig) { method isExcluded (line 37) | public boolean isExcluded(final VegaURI uri) { method isAllowed (line 46) | public boolean isAllowed(VegaURI uri) { method filter (line 51) | public synchronized boolean filter(VegaURI uri) { FILE: platform/com.subgraph.vega.scanner/src/com/subgraph/vega/impl/scanner/urls/UriParser.java class UriParser (line 39) | public class UriParser { method UriParser (line 46) | public UriParser(IScannerConfig config, List injec... method updateInjectionModules (line 54) | public void updateInjectionModules(List injectionM... method processUri (line 58) | public IPathState processUri(VegaURI uri) { method getWebHost (line 86) | private IWebHost getWebHost(HttpHost host) { method processWebHost (line 98) | private void processWebHost(IWebHost webHost) { method processPath (line 107) | private void processPath(IWebPath webPath, VegaURI uri, boolean isLast... method processDirectory (line 118) | private void processDirectory(IWebPath webPath, VegaURI uri) { method processPathWithQuery (line 136) | private void processPathWithQuery(IWebPath path, VegaURI uri) { method getPathStateForFile (line 147) | private PathState getPathStateForFile(IWebPath filePath) { method processUnknown (line 156) | private void processUnknown(IWebPath path) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/CertificateAnalyzer.java class CertificateAnalyzer (line 13) | public class CertificateAnalyzer { method CertificateAnalyzer (line 18) | CertificateAnalyzer () { method addCert (line 22) | public void addCert(X509Certificate certificate) { method selfSigned (line 27) | public boolean selfSigned() { method isSignedSHA1 (line 47) | public boolean isSignedSHA1() { method isSignedMD5 (line 51) | public boolean isSignedMD5() { method isRSA (line 55) | public boolean isRSA() { method getRSAModulusBitLength (line 59) | public int getRSAModulusBitLength() { method setError (line 67) | public void setError(boolean error) { method getCertificate (line 71) | public X509Certificate getCertificate() { method isError (line 75) | public boolean isError() { method hashCode (line 79) | @Override method equals (line 84) | @Override FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/CipherSuites.java class CipherSuites (line 11) | public class CipherSuites { method paritionTLSCiphers (line 19) | static public List> paritionTLSCiphers(int maxSize) { method lookupTLSCipher (line 23) | static TLSCipherSpec lookupTLSCipher(int constant) { method getV2CipherSuites (line 28) | static public List getV2CipherSuites() { method lookupSSLv2Cipher (line 32) | static public SSLv2CipherSpec lookupSSLv2Cipher(int constant) { method addCipher (line 36) | static private void addCipher(String name, int number, TLSCipherSpec.k... method addCipher (line 42) | static private void addCipher(String name, byte[] number, SSLv2CipherS... FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/ProbeBase.java class ProbeBase (line 17) | abstract public class ProbeBase implements Callable, Runnable { method ProbeBase (line 28) | ProbeBase(SSLServerScanResult scanResult) { method ProbeBase (line 32) | ProbeBase(SSLServerScanResult scanResult, SocketFactory socketFactory) { method skip (line 40) | protected void skip(ByteBuffer bb, int n) { method hexDump (line 44) | protected void hexDump(ByteBuffer bb) { method run (line 58) | @Override method call (line 67) | @Override method runProbe (line 87) | protected abstract T runProbe() throws Exception; method closeConnection (line 89) | protected void closeConnection() { method getSocket (line 99) | protected Socket getSocket() throws UnknownHostException, IOException { method getInputStream (line 117) | protected InputStream getInputStream() throws IOException { method getOutputStream (line 124) | protected OutputStream getOutputStream() throws IOException { method readAll (line 131) | protected boolean readAll(byte[] buffer) throws IOException { method closeQuietly (line 145) | private void closeQuietly(Socket socket) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/SSL2Protocol.java class SSL2Protocol (line 10) | public class SSL2Protocol { method SSL2Protocol (line 23) | public SSL2Protocol(InputStream input, OutputStream output) { method getNextHandshakeMessage (line 28) | public ByteBuffer getNextHandshakeMessage() throws IOException { method readRecordLength (line 40) | private int readRecordLength() throws IOException { method readAll (line 48) | private boolean readAll(ByteBuffer buffer) throws IOException { method sendClientHello (line 60) | public void sendClientHello(List ciphers) throws IOEx... method createClientHello (line 65) | private ByteBuffer createClientHello(List ciphers) { method writeAll (line 85) | private void writeAll(ByteBuffer buffer) throws IOException { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/SSLScanTaskManager.java class SSLScanTaskManager (line 15) | public class SSLScanTaskManager { method SSLScanTaskManager (line 22) | public SSLScanTaskManager(ExecutorService executor) { method shutdown (line 26) | public void shutdown() throws InterruptedException { method scanServer (line 31) | public SSLServerScanResult scanServer(String host, int port) throws In... method probeSSLv2Support (line 47) | private void probeSSLv2Support(SSLServerScanResult scanResult) { method probeServerSupportedTLSCiphers (line 51) | private boolean probeServerSupportedTLSCiphers(SSLServerScanResult sca... method sendInitialCipherProbes (line 76) | private int sendInitialCipherProbes(CompletionService ... method getNextCompletedCipherProbe (line 86) | private TLSProbeResult getNextCompletedCipherProbe(CompletionService c... method addServerTLSCipher (line 63) | public void addServerTLSCipher(TLSCipherSpec cipher) { method getServerTLSCiphers (line 68) | public List getServerTLSCiphers() { method addServerCertificate (line 73) | public void addServerCertificate(CertificateAnalyzer certificate) { method analyzeCipher (line 79) | private void analyzeCipher(TLSCipherSpec cipher) { method analyzeCertificate (line 96) | private void analyzeCertificate(CertificateAnalyzer certificate) { method setServerTLSCiphers (line 114) | public synchronized void setServerTLSCiphers(ArrayList ... method setFlag (line 118) | public void setFlag(Flag flag) { method isSet (line 122) | public boolean isSet(Flag flag) { method getTLSProbeFailure (line 126) | public boolean getTLSProbeFailure() { method getErrorMessage (line 130) | public String getErrorMessage() { method getServerTLSCiphersServerPreferenceOrder (line 134) | public List getServerTLSCiphersServerPreferenceOrder() { method getServerCertificates (line 138) | public Collection getServerCertificates() { method getServerSSLv2Ciphers (line 142) | public List getServerSSLv2Ciphers() { method incrementOutstandingProbeCount (line 146) | public synchronized void incrementOutstandingProbeCount() { method decrementOutstandingProbeCount (line 150) | public synchronized void decrementOutstandingProbeCount() { method waitForOutstandingProbes (line 157) | public synchronized void waitForOutstandingProbes() throws Interrupted... FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/SSLv2CipherSpec.java class SSLv2CipherSpec (line 3) | public class SSLv2CipherSpec { type keyStrength (line 5) | public enum keyStrength { HIGH, LOW, EXPORT, NONE } method SSLv2CipherSpec (line 13) | SSLv2CipherSpec(String name, byte[] number, keyStrength strength, bool... method getNum (line 21) | public int getNum() { method setNum (line 25) | public void setNum(int num) { method getNumber (line 29) | public byte[] getNumber() { method setNumber (line 33) | public void setNumber(byte[] number) { method getName (line 37) | public String getName() { method setName (line 41) | public void setName(String name) { method getStrength (line 45) | public keyStrength getStrength() { method setStrength (line 49) | public void setStrength(keyStrength strength) { method isRC4 (line 53) | public boolean isRC4() { method setRC4 (line 57) | public void setRC4(boolean rC4) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/SSLv2Probe.java class SSLv2Probe (line 14) | public class SSLv2Probe extends ProbeBase { method SSLv2Probe (line 18) | SSLv2Probe(SSLServerScanResult scanResult) { method runProbe (line 22) | public Void runProbe() throws IOException { method processResponse (line 34) | private void processResponse(ByteBuffer msg) { method processCertificate (line 52) | private void processCertificate(ByteBuffer msg, int length) { method processCiphers (line 66) | private void processCiphers(ByteBuffer msg, int length) { method unpackCipherConstant (line 79) | private int unpackCipherConstant(ByteBuffer msg) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSAlertException.java class TLSAlertException (line 3) | public class TLSAlertException extends Exception { method TLSAlertException (line 8) | public TLSAlertException(int level, int description) { method getLevel (line 13) | public int getLevel() { method getDescription (line 17) | public int getDescription() { method toString (line 21) | public String toString() { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSCipherProbeTask.java class TLSCipherProbeTask (line 16) | public class TLSCipherProbeTask extends ProbeBase implem... method TLSCipherProbeTask (line 22) | TLSCipherProbeTask(SSLServerScanResult scanResult, List... method runProbe (line 27) | @Override method createErrorResult (line 45) | private TLSProbeResult createErrorResult(String message) { method analyzeServerResponses (line 51) | private TLSProbeResult analyzeServerResponses(TLSProtocol proto) throw... method analyzeHandshakeResponse (line 72) | private boolean analyzeHandshakeResponse(TLSProtocol proto, int type, ... method addDroppedRejected (line 95) | private void addDroppedRejected(TLSProbeResult result) { method analyzeServerHello (line 103) | private void analyzeServerHello(TLSProtocol tls, ByteBuffer msg, TLSPr... method analyzeCertificateMessage (line 122) | private void analyzeCertificateMessage(TLSProtocol proto, ByteBuffer m... method readCertificate (line 138) | private X509Certificate readCertificate(TLSProtocol proto, ByteBuffer ... FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSCipherSpec.java class TLSCipherSpec (line 3) | public class TLSCipherSpec { type keyStrength (line 5) | public enum keyStrength { HIGH, LOW, EXPORT, NONE } method TLSCipherSpec (line 14) | TLSCipherSpec(String name, int number, keyStrength strength, boolean a... method getNumber (line 24) | public int getNumber() { method getStrength (line 28) | public keyStrength getStrength() { method isAnonDH (line 32) | public boolean isAnonDH() { method isRC4 (line 36) | public boolean isRC4() { method isPFS (line 40) | public boolean isPFS() { method getName (line 44) | public String getName() { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSProbeResult.java class TLSProbeResult (line 6) | public class TLSProbeResult { method TLSProbeResult (line 16) | TLSProbeResult() { method addCiphers (line 20) | public void addCiphers(List rejected, TLSCipherSpec acc... method addRejectedCiphersOnly (line 25) | public void addRejectedCiphersOnly(List rejected) { method addServerCertificate (line 29) | public void addServerCertificate(CertificateAnalyzer cert) { method setTLSCompressionSupport (line 33) | public void setTLSCompressionSupport(boolean tf) { method setError (line 37) | public void setError(boolean error, String message) { method addCertificate (line 42) | public void addCertificate(CertificateAnalyzer ca) { method isError (line 46) | public boolean isError() { method getErrorMessage (line 50) | public String getErrorMessage() { method getAcceptedCipher (line 54) | public TLSCipherSpec getAcceptedCipher() { method getServerCertificates (line 58) | public ArrayList getServerCertificates() { method getRejectedCiphers (line 62) | public List getRejectedCiphers() { method setRejectedCiphers (line 66) | public void setRejectedCiphers(List rejectedCiphers) { method getTLSCompressionSupport (line 70) | public boolean getTLSCompressionSupport() { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSProtocol.java class TLSProtocol (line 10) | public class TLSProtocol { method TLSProtocol (line 29) | TLSProtocol(InputStream input, OutputStream output) { method getNextHandshakeMessage (line 38) | ByteBuffer getNextHandshakeMessage() throws IOException, TLSAlertExcep... method hasFullHandshakeMessage (line 47) | private boolean hasFullHandshakeMessage() { method peekHandshakeLength (line 52) | private int peekHandshakeLength() { method extractNextHandshakeMessage (line 57) | private ByteBuffer extractNextHandshakeMessage() { method appendMessageBytes (line 65) | private void appendMessageBytes(byte[] messageBytes) { method readNextRecord (line 76) | private boolean readNextRecord() throws IOException, TLSAlertException { method readToRecordBuffer (line 103) | private boolean readToRecordBuffer() throws IOException { method hasFullRecord (line 116) | boolean hasFullRecord() { method createTLSClientHello (line 124) | void createTLSClientHello(ByteBuffer buffer, List ciphe... method packClientHello (line 142) | int packClientHello(ByteBuffer buffer, List ciphers, by... method extractCipherFromServerHello (line 158) | int extractCipherFromServerHello(ByteBuffer helloMessage) { method extractCompressionFromServerHello (line 163) | int extractCompressionFromServerHello(ByteBuffer helloMessage) { method skipStartOfServerHello (line 169) | private void skipStartOfServerHello(ByteBuffer helloMessage) { method getInt24 (line 185) | public int getInt24(ByteBuffer bb) { method packRecordHeader (line 194) | void packRecordHeader(ByteBuffer buffer, byte[] versionBytes, int leng... method skip (line 201) | private int skip(ByteBuffer buffer, int n) { method sendTLSClientHello (line 207) | public void sendTLSClientHello(List ciphers) throws IOE... method sendTLSClientHello (line 211) | public void sendTLSClientHello(List ciphers, byte[] ver... method writeAll (line 215) | protected void writeAll(ByteBuffer buffer) throws IOException { method createTLSClientHello (line 221) | private static ByteBuffer createTLSClientHello(List cip... method getTLSHelloLength (line 248) | static int getTLSHelloLength(int cipherCount) { method packInt24 (line 252) | static byte[] packInt24(int n) { method getTimeSeconds (line 260) | static private int getTimeSeconds() { method getRandomBytes (line 264) | static private byte[] getRandomBytes() { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSServerCipherPreferenceProbe.java class TLSServerCipherPreferenceProbe (line 13) | public class TLSServerCipherPreferenceProbe extends ProbeBase { method TLSServerCipherPreferenceProbe (line 16) | TLSServerCipherPreferenceProbe(SSLServerScanResult scanResult) { method runProbe (line 20) | @Override method isServerPreference (line 37) | private boolean isServerPreference(List ciphers) { method serverDemonstratePreference (line 42) | private boolean serverDemonstratePreference(TLSCipherSpec c1, TLSCiphe... method orderCiphersByServerPreference (line 58) | private List orderCiphersByServerPreference(List ciphers) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/internal/sslprobe/TLSVersionProbe.java class TLSVersionProbe (line 11) | public class TLSVersionProbe extends ProbeBase { method getVersionProbes (line 22) | static List getVersionProbes(SSLServerScanResult scan... method TLSVersionProbe (line 32) | TLSVersionProbe(SSLServerScanResult scanResult, byte[] version) { method runProbe (line 37) | protected Void runProbe() throws IOException { method processProbeResult (line 54) | private void processProbeResult(boolean supported) { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/sslprobe/Activator.java class Activator (line 6) | public class Activator implements BundleActivator { method getContext (line 10) | static BundleContext getContext() { method start (line 18) | public void start(BundleContext bundleContext) throws Exception { method stop (line 26) | public void stop(BundleContext bundleContext) throws Exception { FILE: platform/com.subgraph.vega.sslprobe/src/com/subgraph/vega/sslprobe/SSLProbe.java class SSLProbe (line 18) | public class SSLProbe implements Runnable { method SSLProbe (line 32) | public SSLProbe(IScanInstance instance, String hostname, int serverPor... method run (line 39) | public void run() { method summarizeResults (line 53) | private void summarizeResults(SSLServerScanResult res) { FILE: platform/com.subgraph.vega.ui.console/src/com/subgraph/vega/internal/console/ConsoleService.java class ConsoleService (line 10) | public class ConsoleService implements IConsole { method write (line 16) | @Override method debug (line 28) | @Override method error (line 40) | @Override method bufferOutput (line 53) | private void bufferOutput(String output) { method bufferError (line 59) | private void bufferError(String output) { method appendBuffer (line 65) | private void appendBuffer(String output, StringBuilder buffer) { method registerDisplay (line 78) | @Override method addConsoleOutputListener (line 93) | @Override method removeConsoleOutputListener (line 98) | @Override FILE: platform/com.subgraph.vega.ui.console/src/com/subgraph/vega/ui/console/Activator.java class Activator (line 12) | public class Activator extends AbstractUIPlugin { method Activator (line 25) | public Activator() { method start (line 32) | public void start(BundleContext context) throws Exception { method stop (line 43) | public void stop(BundleContext context) throws Exception { method getDefault (line 53) | public static Activator getDefault() { method getConsoleService (line 57) | public IConsole getConsoleService() { FILE: platform/com.subgraph.vega.ui.console/src/com/subgraph/vega/ui/console/ConsoleView.java class ConsoleView (line 19) | public class ConsoleView extends ViewPart implements IConsoleDisplay { method createPartControl (line 36) | @Override method dispose (line 50) | @Override method setFocus (line 57) | @Override method printOutput (line 65) | @Override method printDebug (line 86) | @Override method printError (line 108) | @Override method fillContextMenu (line 130) | private void fillContextMenu(IMenuManager menuMgr) { method setTitleImage (line 141) | private void setTitleImage() { method animateTitleImage (line 151) | private void animateTitleImage() { method showErrorIcon (line 177) | public void showErrorIcon() { method showOutputIcon (line 185) | public void showOutputIcon() { FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditContentProvider.java class HexEditContentProvider (line 17) | public class HexEditContentProvider implements ILazyContentProvider { method HexEditContentProvider (line 22) | HexEditContentProvider(TableViewer viewer) { method updateElement (line 26) | @Override method dispose (line 35) | @Override method inputChanged (line 38) | @Override FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditControl.java class HexEditControl (line 39) | public class HexEditControl extends Composite { method HexEditControl (line 48) | public HexEditControl(Composite parent) { method createTableViewer (line 59) | private TableViewer createTableViewer() { method addEditorSupport (line 78) | private void addEditorSupport(TableViewer tv) { method createCellNavigationStrategy (line 89) | private CellNavigationStrategy createCellNavigationStrategy(TableViewe... method createEditorActivationStrategy (line 104) | private ColumnViewerEditorActivationStrategy createEditorActivationStr... method createEditorActivationListener (line 113) | private ColumnViewerEditorActivationListener createEditorActivationLis... method setInput (line 138) | public void setInput(byte[] binaryData) { method isContentDirty (line 147) | public boolean isContentDirty() { method getContent (line 155) | public byte[] getContent() { method changeModel (line 159) | private void changeModel(final HexEditModel model) { method createColumns (line 166) | private void createColumns(int dataColumnCount) { method createOffsetColumn (line 179) | private void createOffsetColumn(TableColumnLayout layout) { method createAsciiColumn (line 185) | private void createAsciiColumn(TableColumnLayout layout) { method createDataColumn (line 190) | private void createDataColumn(TableColumnLayout layout, int index) { method createColumn (line 196) | private TableColumn createColumn(String headerText, int align) { method createColumn (line 200) | private TableColumn createColumn(String headerText, int align, Editing... method createControlListener (line 211) | private ControlListener createControlListener() { method doResize (line 220) | private void doResize() { method calculateDataColumnCount (line 249) | private int calculateDataColumnCount(int pixelWidth) { FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditFonts.java class HexEditFonts (line 22) | public class HexEditFonts { method HexEditFonts (line 32) | HexEditFonts(Composite parent) { method addFonts (line 40) | private void addFonts(Display display) { method add (line 45) | private void add(Display display, String tag, int size, String ...name... method fontNameExists (line 53) | boolean fontNameExists(Display display, String name) { method getElementFont (line 56) | Font getElementFont() { method getAsciiFont (line 60) | Font getAsciiFont() { method getOffsetColumnWidth (line 64) | int getOffsetColumnWidth() { method getDataColumnWidth (line 68) | int getDataColumnWidth() { method getAsciiColumnWordWidth (line 72) | int getAsciiColumnWordWidth() { method calculateOffsetColumnWidth (line 76) | private int calculateOffsetColumnWidth(Composite composite) { method calculateDataColumnWidth (line 81) | private int calculateDataColumnWidth(Composite composite) { method calculateAsciiColumnWordWidth (line 86) | private int calculateAsciiColumnWordWidth(Composite composite) { method getColumnWidth (line 92) | private int getColumnWidth(String fontTag, String str, GC gc) { FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditLabelProvider.java class HexEditLabelProvider (line 19) | public class HexEditLabelProvider extends LabelProvider implements ITabl... method HexEditLabelProvider (line 23) | HexEditLabelProvider(HexEditFonts fonts) { method getColumnImage (line 27) | @Override method getColumnText (line 32) | @Override method renderAscii (line 52) | private String renderAscii(HexEditModelItem item) { method renderByte (line 66) | private String renderByte(byte b) { method isPrintable (line 73) | private boolean isPrintable(byte b) { method getFont (line 77) | @Override FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditModel.java class HexEditModel (line 13) | public class HexEditModel { method HexEditModel (line 22) | public HexEditModel(byte[] binaryData) { method HexEditModel (line 26) | public HexEditModel(byte[] binaryData, int rowLength) { method HexEditModel (line 30) | public HexEditModel(byte[] binaryData, int rowLength, boolean dirtyFla... method getContent (line 39) | byte[] getContent() { method isDirty (line 43) | boolean isDirty() { method getOffsetForLine (line 47) | int getOffsetForLine(int line) { method getLineForOffset (line 55) | int getLineForOffset(int offset) { method getLineCount (line 63) | int getLineCount() { method markDirty (line 67) | void markDirty() { method getModelForRowLength (line 71) | HexEditModel getModelForRowLength(int rowLength) { method getItemForLine (line 75) | HexEditModelItem getItemForLine(int line) { FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditModelItem.java class HexEditModelItem (line 13) | public class HexEditModelItem { method HexEditModelItem (line 21) | HexEditModelItem(HexEditModel model, int offset, byte[] data, int rowC... method getOffset (line 30) | int getOffset() { method getRowByteCount (line 34) | int getRowByteCount() { method getRowLength (line 37) | int getRowLength() { method getByteAt (line 41) | int getByteAt(int index) { method setByteAt (line 51) | void setByteAt(int index, int value) { method getData (line 58) | void getData(byte[] buffer) { method getData (line 62) | void getData(byte[] buffer, int offset) { FILE: platform/com.subgraph.vega.ui.hexeditor/src/com/subgraph/vega/ui/hexeditor/HexEditTableEditor.java class HexEditTableEditor (line 18) | public class HexEditTableEditor extends EditingSupport { method HexEditTableEditor (line 23) | HexEditTableEditor(TableViewer viewer, int index) { method getCellEditor (line 29) | @Override method canEdit (line 34) | @Override method getValue (line 39) | @Override method setValue (line 49) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/ProxyPerspectiveFactory.java class ProxyPerspectiveFactory (line 21) | public class ProxyPerspectiveFactory implements IPerspectiveFactory { method createInitialLayout (line 29) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/ProxyServiceTrackerCustomizer.java class ProxyServiceTrackerCustomizer (line 24) | public class ProxyServiceTrackerCustomizer implements ServiceTrackerCust... method ProxyServiceTrackerCustomizer (line 32) | public ProxyServiceTrackerCustomizer(BundleContext context, ProxyStatu... method addingService (line 77) | @Override method modifiedService (line 91) | @Override method removedService (line 96) | @Override method handleNotifyStart (line 101) | private void handleNotifyStart(int numListeners) { method handleNotifyStop (line 105) | private void handleNotifyStop() { method handleNotifyConfigChange (line 109) | private void handleNotifyConfigChange(int numListeners) { method handleNotifyQueue (line 117) | private void handleNotifyQueue(IProxyTransaction transaction) { method handleNotifyRemove (line 121) | private void handleNotifyRemove() { method handleNotifyEmpty (line 125) | private void handleNotifyEmpty() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/ProxyStatusLineContribution.java class ProxyStatusLineContribution (line 44) | public class ProxyStatusLineContribution extends ContributionItem { method ProxyStatusLineContribution (line 59) | public ProxyStatusLineContribution() { method fill (line 64) | @Override method createListeners (line 84) | private void createListeners() { method createPageListener (line 107) | private void createPageListener(IWorkbenchWindow window) { method createPartListener (line 129) | private void createPartListener(IWorkbenchPage page) { method setProxyRunning (line 181) | public void setProxyRunning(int listenerCount) { method setProxyPending (line 190) | public void setProxyPending(int size) { method setProxyStopped (line 194) | public void setProxyStopped() { method countViewsVisible (line 202) | private int countViewsVisible() { method setInterceptionQueueSize (line 225) | private void setInterceptionQueueSize(final int size) { method startAlert (line 253) | private void startAlert() { method stopAlert (line 262) | private void stopAlert() { method createAlertTask (line 270) | private TimerTask createAlertTask() { method setLabelImage (line 298) | private void setLabelImage(Image image) { method setLabelImageAndText (line 302) | private void setLabelImageAndText(final Image image, final String text) { method setLabelImageAndTextFromUiThread (line 314) | private void setLabelImageAndTextFromUiThread(final Image image, final... method handleAlertClick (line 325) | private void handleAlertClick() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/requestlogviewer/FilterTask.java class FilterTask (line 15) | public class FilterTask { method FilterTask (line 36) | FilterTask(TableViewer viewer, IRequestLog requestLog, IHttpConditionS... method getRecordForIndex (line 46) | IRequestLogRecord getRecordForIndex(int index) { method addNewRecord (line 55) | void addNewRecord(IRequestLogRecord record) { method applyFilter (line 67) | void applyFilter() { method cancel (line 78) | void cancel() { method loadRecords (line 82) | private void loadRecords() { method loadChunk (line 99) | private boolean loadChunk(Iterator it, int chunkSiz... method performFinalMerge (line 117) | private void performFinalMerge() { method selectViewerItem (line 131) | private void selectViewerItem(final IRequestLogRecord record) { method applyRecordCountToViewer (line 143) | private void applyRecordCountToViewer(final int recordCount) { method createRunnable (line 155) | private Runnable createRunnable() { method runUpdateViewerLoop (line 165) | private void runUpdateViewerLoop() { method getRowForRecord (line 184) | public int getRowForRecord(IRequestLogRecord record) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/requestlogviewer/HttpViewLabelProvider.java class HttpViewLabelProvider (line 27) | public class HttpViewLabelProvider extends LabelProvider implements ITab... method dispose (line 30) | @Override method getColumnImage (line 37) | @Override method getColumnText (line 42) | @Override method getResponseLength (line 73) | public String getResponseLength(HttpResponse response) { method getForeground (line 84) | @Override method getBackground (line 93) | @Override method getColor (line 102) | private Color getColor(int colorCode) { method getColorInverse (line 112) | private Color getColorInverse(int colorCode) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/internal/ui/http/requestlogviewer/RequestViewContentProvider.java class RequestViewContentProvider (line 23) | public class RequestViewContentProvider implements ILazyContentProvider,... method RequestViewContentProvider (line 37) | public RequestViewContentProvider(String instanceId, Color activeFilte... method getConditionSet (line 48) | public IHttpConditionSet getConditionSet() { method dispose (line 52) | @Override method inputChanged (line 62) | @Override method setNullInput (line 78) | private void setNullInput() { method setNewInput (line 86) | private void setNewInput(IModel model) { method cleanupListeners (line 102) | private void cleanupListeners() { method updateElement (line 115) | @Override method createConditionSetListener (line 126) | private IEventHandler createConditionSetListener() { method createWorkspaceListener (line 139) | private IEventHandler createWorkspaceListener() { method onWorkspaceOpen (line 153) | private void onWorkspaceOpen(WorkspaceOpenEvent event) { method onWorkspaceReset (line 159) | private void onWorkspaceReset(WorkspaceResetEvent event) { method onWorkspaceClose (line 166) | private void onWorkspaceClose(WorkspaceCloseEvent event) { method setConditionFilter (line 170) | private void setConditionFilter(IHttpConditionSet conditionSet) { method highlightTableForConditionFilter (line 182) | private void highlightTableForConditionFilter(IHttpConditionSet condit... method reloadRecords (line 190) | private void reloadRecords() { method onNewRecord (line 201) | @Override method getRowForRecord (line 208) | public int getRowForRecord(IRequestLogRecord record) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/Activator.java class Activator (line 36) | public class Activator extends AbstractUIPlugin { method Activator (line 56) | public Activator() { method start (line 63) | public void start(BundleContext context) throws Exception { method stop (line 90) | public void stop(BundleContext context) throws Exception { method getDefault (line 100) | public static Activator getDefault() { method getImageDescriptor (line 111) | public static ImageDescriptor getImageDescriptor(String path) { method getModel (line 115) | public IModel getModel() { method getProxyService (line 119) | public IHttpProxyService getProxyService() { method getHttpRequestEngineFactoryService (line 123) | public IHttpRequestEngineFactory getHttpRequestEngineFactoryService() { method getContentAnalyzerFactoryService (line 127) | public IContentAnalyzerFactory getContentAnalyzerFactoryService() { method getScannerModuleRegistry (line 131) | public IScannerModuleRegistry getScannerModuleRegistry() { method getStatusLineContribution (line 135) | public ContributionItem getStatusLineContribution() { method setProxyListenerAddresses (line 139) | private void setProxyListenerAddresses() { method updateProxyListenerAddresses (line 151) | private void updateProxyListenerAddresses() { method setProxyTransactionManipulator (line 159) | private void setProxyTransactionManipulator() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/BuilderParseException.java class BuilderParseException (line 13) | public class BuilderParseException extends Exception { method BuilderParseException (line 17) | BuilderParseException(String message) { method BuilderParseException (line 21) | BuilderParseException(String message, Throwable throwable) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/HeaderEditor.java class HeaderEditor (line 44) | public class HeaderEditor extends Composite implements IHttpBuilderPart { method HeaderEditor (line 57) | public HeaderEditor(Composite parent, final IHttpMessageBuilder messag... method getControl (line 77) | @Override method setEditable (line 82) | @Override method refresh (line 90) | @Override method processContents (line 95) | @Override method createHeaderTable (line 100) | private Composite createHeaderTable(Composite parent, GridData gd, int... method createSelectionChangedListener (line 119) | private ISelectionChangedListener createSelectionChangedListener() { method createHeaderTableColumns (line 131) | private void createHeaderTableColumns(TableViewer viewer, TableColumnL... method createHeaderTableButtons (line 167) | private Composite createHeaderTableButtons(Composite parent) { method createSelectionListenerButtonCreate (line 194) | private SelectionListener createSelectionListenerButtonCreate() { method createSelectionListenerButtonRemove (line 205) | private SelectionListener createSelectionListenerButtonRemove() { method createSelectionListenerButtonMoveUp (line 218) | private SelectionListener createSelectionListenerButtonMoveUp() { method createSelectionListenerButtonMoveDown (line 236) | private SelectionListener createSelectionListenerButtonMoveDown() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/HeaderNameEditingSupport.java class HeaderNameEditingSupport (line 20) | public class HeaderNameEditingSupport extends EditingSupport { method HeaderNameEditingSupport (line 23) | public HeaderNameEditingSupport(TableViewer viewer) { method getCellEditor (line 28) | @Override method canEdit (line 33) | @Override method getValue (line 38) | @Override method setValue (line 43) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/HeaderTableContentProvider.java class HeaderTableContentProvider (line 18) | public class HeaderTableContentProvider implements IStructuredContentPro... method dispose (line 21) | @Override method inputChanged (line 25) | @Override method getElements (line 30) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/HeaderValueEditingSupport.java class HeaderValueEditingSupport (line 20) | public class HeaderValueEditingSupport extends EditingSupport { method HeaderValueEditingSupport (line 23) | public HeaderValueEditingSupport(TableViewer viewer) { method getCellEditor (line 28) | @Override method canEdit (line 33) | @Override method getValue (line 38) | @Override method setValue (line 43) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/IHttpBuilderPart.java type IHttpBuilderPart (line 15) | public interface IHttpBuilderPart { method getControl (line 16) | Control getControl(); method setEditable (line 17) | void setEditable(boolean editable); method refresh (line 18) | void refresh(); method processContents (line 19) | void processContents() throws BuilderParseException; FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/RequestAddressEditor.java class RequestAddressEditor (line 34) | public class RequestAddressEditor extends Composite implements IHttpBuil... method RequestAddressEditor (line 45) | public RequestAddressEditor(Composite parent, final IHttpRequestBuilde... method getControl (line 112) | @Override method setEditable (line 117) | @Override method refresh (line 124) | @Override method processContents (line 131) | @Override method createSelectionChangedListenerRequestScheme (line 143) | private ISelectionChangedListener createSelectionChangedListenerReques... FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/RequestEditor.java class RequestEditor (line 24) | public class RequestEditor extends Composite implements IHttpBuilderPart { method RequestEditor (line 28) | public RequestEditor(Composite parent, final IHttpRequestBuilder reque... method getControl (line 37) | @Override method setEditable (line 42) | @Override method refresh (line 48) | @Override method processContents (line 54) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/RequestMessageEditor.java class RequestMessageEditor (line 28) | public class RequestMessageEditor extends Composite implements IHttpBuil... method RequestMessageEditor (line 33) | public RequestMessageEditor(Composite parent, final IHttpRequestBuilde... method getControl (line 46) | @Override method setEditable (line 51) | @Override method refresh (line 56) | @Override method processContents (line 61) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/builder/ResponseMessageEditor.java class ResponseMessageEditor (line 27) | public class ResponseMessageEditor extends Composite implements IHttpBui... method ResponseMessageEditor (line 32) | public ResponseMessageEditor(Composite parent, final IHttpResponseBuil... method getControl (line 45) | @Override method setEditable (line 50) | @Override method refresh (line 55) | @Override method processContents (line 60) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/AbstractProxyCommandHandler.java class AbstractProxyCommandHandler (line 23) | abstract class AbstractProxyCommandHandler extends AbstractHandler { method execute (line 25) | @Override method executeCommand (line 45) | abstract protected void executeCommand(IHttpProxyService proxyService,... FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ConfigureProxyModules.java class ConfigureProxyModules (line 27) | public class ConfigureProxyModules extends AbstractHandler { method execute (line 30) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/InterceptDropTransaction.java class InterceptDropTransaction (line 23) | public class InterceptDropTransaction extends AbstractHandler { method execute (line 25) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/InterceptForwardTransaction.java class InterceptForwardTransaction (line 23) | public class InterceptForwardTransaction extends AbstractHandler { method execute (line 25) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/InterceptQueueStateSourceProvider.java class InterceptQueueStateSourceProvider (line 19) | public class InterceptQueueStateSourceProvider extends AbstractSourcePro... method dispose (line 27) | @Override method getCurrentState (line 31) | @Override method getProvidedSourceNames (line 38) | @Override method getCurrentQueueState (line 43) | private String getCurrentQueueState() { method setPending (line 53) | public void setPending(boolean isPending) { method setSent (line 59) | public void setSent(boolean isSent) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/OpenRequestView.java class OpenRequestView (line 27) | public class OpenRequestView extends AbstractHandler implements IHandler { method execute (line 29) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/OpenRequestViewFilter.java class OpenRequestViewFilter (line 28) | public class OpenRequestViewFilter extends AbstractHandler implements IH... method execute (line 31) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ProxyPassthrough.java class ProxyPassthrough (line 23) | public class ProxyPassthrough extends AbstractHandler { method execute (line 25) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ProxyScanHandler.java class ProxyScanHandler (line 14) | public class ProxyScanHandler extends AbstractHandler { method execute (line 19) | @Override method configureScanner (line 33) | private void configureScanner(IScannerConfig config) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ProxyStateSourceProvider.java class ProxyStateSourceProvider (line 19) | public class ProxyStateSourceProvider extends AbstractSourceProvider { method dispose (line 25) | @Override method getCurrentState (line 29) | @Override method getProvidedSourceNames (line 36) | @Override method setProxyRunning (line 41) | public void setProxyRunning(boolean enabled) { method getCurrentProxyState (line 48) | private String getCurrentProxyState() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ResetRequestFilter.java class ResetRequestFilter (line 30) | public class ResetRequestFilter extends AbstractHandler implements IHand... method execute (line 32) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/SendRequest.java class SendRequest (line 21) | public class SendRequest extends AbstractHandler { method execute (line 23) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/StartProxyHandler.java class StartProxyHandler (line 17) | public class StartProxyHandler extends AbstractProxyCommandHandler { method executeCommand (line 19) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/StopProxyHandler.java class StopProxyHandler (line 15) | public class StopProxyHandler extends AbstractProxyCommandHandler { method executeCommand (line 16) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/commands/ToggleState.java class ToggleState (line 5) | public class ToggleState extends State { method ToggleState (line 7) | public ToggleState() { method setStateValue (line 11) | public void setStateValue(boolean value) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/conditions/ConditionInput.java class ConditionInput (line 27) | public class ConditionInput { method ConditionInput (line 34) | public ConditionInput(IHttpConditionManager conditionManager) { method createConditionTypeCombo (line 38) | public ComboViewer createConditionTypeCombo(Composite parent) { method getConditionTypes (line 45) | private List getConditionTypes(IHttpConditionManag... method createConditionMatchCombo (line 51) | public ComboViewer createConditionMatchCombo(Composite parent) { method createInputPanel (line 60) | public Composite createInputPanel(Composite parent) { method reset (line 67) | public void reset() { method createConditionFromData (line 72) | public IHttpCondition createConditionFromData() { method createStringCondition (line 92) | private IHttpCondition createStringCondition(IHttpConditionType type, ... method createIntegerCondition (line 100) | private IHttpCondition createIntegerCondition(IHttpConditionType type,... method createRangeCondition (line 112) | private IHttpCondition createRangeCondition(IHttpConditionType type, I... FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/conditions/ConditionTypeComboViewer.java class ConditionTypeComboViewer (line 29) | public class ConditionTypeComboViewer extends ComboViewer { method ConditionTypeComboViewer (line 32) | public ConditionTypeComboViewer(Composite parent, List matchA... method getSelectedMatchAction (line 74) | public IHttpConditionMatchAction getSelectedMatchAction() { method setArgumentPanelBySelection (line 81) | private void setArgumentPanelBySelection(ISelection selection) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/InterceptView.java class InterceptView (line 28) | public class InterceptView extends ViewPart { method createPartControl (line 36) | @Override method dispose (line 53) | @Override method setFocus (line 61) | @Override method openTransaction (line 65) | public void openTransaction(IProxyTransaction transaction) { method notifyUpdate (line 69) | public void notifyUpdate() { method doUpdate (line 77) | private void doUpdate() { method forwardTransaction (line 90) | public void forwardTransaction() { method dropTransaction (line 101) | public void dropTransaction() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/TransactionInfo.java class TransactionInfo (line 25) | public class TransactionInfo { method TransactionInfo (line 40) | public TransactionInfo(IHttpRequestBuilder requestBuilder, IHttpRespon... method setCurrentSerial (line 52) | public void setCurrentSerial(int serial) { method getCurrentSerial (line 56) | public int getCurrentSerial() { method isPending (line 60) | public boolean isPending() { method setRequestTransactionSerial (line 65) | public void setRequestTransactionSerial(int requestTransactionSerial) { method getRequestTransactionSerial (line 69) | public int getRequestTransactionSerial() { method setFromRequest (line 73) | public void setFromRequest(HttpRequest request) throws URISyntaxExcept... method getRequestBuilder (line 77) | public IHttpRequestBuilder getRequestBuilder() { method setRequestHasContent (line 81) | public void setRequestHasContent(boolean requestHasContent) { method requestHasContent (line 85) | public boolean requestHasContent() { method setRequestStatus (line 89) | public void setRequestStatus(TransactionManager.TransactionStatus requ... method getRequestHostPart (line 104) | private String getRequestHostPart() { method getRequestStatus (line 116) | public TransactionManager.TransactionStatus getRequestStatus() { method requestIsPending (line 120) | public boolean requestIsPending() { method getRequestStatusMessage (line 124) | public String getRequestStatusMessage() { method setResponseTransactionSerial (line 128) | public void setResponseTransactionSerial(int responseTransactionSerial) { method getResponseTransactionSerial (line 132) | public int getResponseTransactionSerial() { method setFromResponse (line 136) | public void setFromResponse(HttpResponse response) throws URISyntaxExc... method getResponseBuilder (line 140) | public IHttpResponseBuilder getResponseBuilder() { method setResponseHasContent (line 144) | public void setResponseHasContent(boolean responseHasContent) { method responseHasContent (line 148) | public boolean responseHasContent() { method setResponseStatus (line 152) | public void setResponseStatus(TransactionManager.TransactionStatus res... method getResponseStatus (line 168) | public TransactionManager.TransactionStatus getResponseStatus() { method responseIsPending (line 172) | public boolean responseIsPending() { method getResponseStatusMessage (line 176) | public String getResponseStatusMessage() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/TransactionManager.java class TransactionManager (line 35) | public class TransactionManager { type TransactionStatus (line 36) | public enum TransactionStatus { method TransactionManager (line 55) | TransactionManager(InterceptView interceptView, IHttpInterceptor inter... method setManagerActive (line 98) | public void setManagerActive() { method openTransaction (line 109) | public void openTransaction(IProxyTransaction transaction) { method close (line 126) | public void close() { method updateTransactionInfo (line 148) | public void updateTransactionInfo(TransactionInfo transactionInfo) { method handleBadUpdate (line 220) | private void handleBadUpdate(TransactionInfo transactionInfo) { method handleTransactionRequest (line 227) | private void handleTransactionRequest(final IProxyTransaction transact... method handleTransactionResponse (line 239) | private void handleTransactionResponse(final IProxyTransaction transac... method handleTransactionForward (line 254) | private void handleTransactionForward() { method handleTransactionComplete (line 266) | private void handleTransactionComplete() { method getNextTransaction (line 278) | private void getNextTransaction() { method setCurrentTransaction (line 282) | private void setCurrentTransaction(IProxyTransaction transaction) { method setRequestPending (line 300) | private void setRequestPending() { method setRequestInactive (line 306) | private void setRequestInactive() { method setRequestSent (line 312) | private void setRequestSent() { method setResponseInactive (line 318) | private void setResponseInactive() { method setResponsePending (line 323) | private void setResponsePending() { method forwardTransaction (line 331) | public void forwardTransaction(TransactionInfo info) throws URISyntaxE... method dropTransaction (line 347) | public void dropTransaction(TransactionInfo info) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/TransactionViewer.java class TransactionViewer (line 47) | public class TransactionViewer extends Composite { method TransactionViewer (line 63) | public TransactionViewer(Composite parent, IModel model, TransactionIn... method processChanges (line 91) | public void processChanges() { method createLayout (line 101) | private GridLayout createLayout() { method createStatusLabel (line 110) | private Label createStatusLabel() { method createToolbar (line 116) | private ToolBar createToolbar() { method createToolbarButton (line 138) | private ToolItem createToolbarButton(ToolBar toolBar, Image image, Str... method createConfigureButtonListener (line 146) | private SelectionListener createConfigureButtonListener() { method createViewersRequest (line 154) | private void createViewersRequest(final Composite parent) { method createViewersResponse (line 179) | private void createViewersResponse(final Composite parent) { method createSelectionListenerMenuItem (line 206) | private SelectionAdapter createSelectionListenerMenuItem() { method doConfigure (line 222) | private void doConfigure() { method updateViewerRequest (line 232) | private void updateViewerRequest() { method updateViewerResponse (line 256) | private void updateViewerResponse() { method notifyUpdate (line 283) | public void notifyUpdate() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/config/BreakpointEnabledEditingSupport.java class BreakpointEnabledEditingSupport (line 21) | public class BreakpointEnabledEditingSupport extends EditingSupport { method BreakpointEnabledEditingSupport (line 24) | public BreakpointEnabledEditingSupport(TableViewer viewer) { method getCellEditor (line 29) | @Override method canEdit (line 34) | @Override method getValue (line 39) | @Override method setValue (line 44) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/config/BreakpointMatchTypeEditingSupport.java class BreakpointMatchTypeEditingSupport (line 27) | public class BreakpointMatchTypeEditingSupport extends EditingSupport { method BreakpointMatchTypeEditingSupport (line 30) | public BreakpointMatchTypeEditingSupport(TableViewer viewer) { method getCellEditor (line 35) | @Override method canEdit (line 54) | @Override method getValue (line 59) | @Override method setValue (line 64) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/config/BreakpointPatternEditingSupport.java class BreakpointPatternEditingSupport (line 20) | public class BreakpointPatternEditingSupport extends EditingSupport { method BreakpointPatternEditingSupport (line 23) | public BreakpointPatternEditingSupport(TableViewer viewer) { method getCellEditor (line 28) | @Override method canEdit (line 33) | @Override method getValue (line 38) | @Override method setValue (line 44) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/config/BreakpointTypeEditingSupport.java class BreakpointTypeEditingSupport (line 17) | public class BreakpointTypeEditingSupport extends EditingSupport { method BreakpointTypeEditingSupport (line 20) | public BreakpointTypeEditingSupport(TableViewer viewer) { method getCellEditor (line 25) | @Override method canEdit (line 30) | @Override method getValue (line 35) | @Override method setValue (line 40) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/intercept/config/ConfigureInterceptionContent.java class ConfigureInterceptionContent (line 58) | public class ConfigureInterceptionContent implements IConfigDialogContent { method ConfigureInterceptionContent (line 71) | public ConfigureInterceptionContent(IModel model, TransactionDirection... method createConditionSetEventHandler (line 80) | private IEventHandler createConditionSetEventHandler() { method createContents (line 89) | @Override method getTitle (line 102) | @Override method getMessage (line 107) | @Override method getFocusControl (line 112) | @Override method onClose (line 117) | @Override method onOk (line 122) | @Override method getConditionSetName (line 126) | private String getConditionSetName() { method setConditionSetInput (line 136) | private void setConditionSetInput() { method onConditionSetChanged (line 145) | private void onConditionSetChanged(ConditionSetChanged event) { method createDialogArea (line 150) | protected Control createDialogArea(Composite parent) { method dispose (line 161) | void dispose() { method getDirection (line 165) | public TransactionDirection getDirection() { method createInterceptorOptions (line 169) | private Composite createInterceptorOptions(Composite parent) { method createSelectionChangedListenerComboViewerInterceptorLevel (line 190) | private ISelectionChangedListener createSelectionChangedListenerComboV... method createBreakpointsEditor (line 200) | private Composite createBreakpointsEditor(Composite parent) { method createTableBreakpoints (line 219) | private Composite createTableBreakpoints(Composite parent, GridData gd... method createTableBreakpointsColumns (line 235) | private void createTableBreakpointsColumns(TableViewer viewer, TableCo... method createTableBreakpointsButtons (line 298) | private Composite createTableBreakpointsButtons(Composite parent) { method createSelectionListenerButtonRemove (line 310) | private SelectionListener createSelectionListenerButtonRemove() { method createCreatorBreakpoints (line 325) | private Composite createCreatorBreakpoints(Composite parent) { method createCreatorBreakpointsButtons (line 334) | private Composite createCreatorBreakpointsButtons(Composite parent) { method createSelectionListenerButtonCreateBreakpoint (line 347) | private SelectionListener createSelectionListenerButtonCreateBreakpoin... FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/HttpPreferenceInitializer.java class HttpPreferenceInitializer (line 19) | public class HttpPreferenceInitializer extends AbstractPreferenceInitial... method HttpPreferenceInitializer (line 21) | public HttpPreferenceInitializer() { method initializeDefaultPreferences (line 30) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/HttpPreferencePage.java class HttpPreferencePage (line 21) | public class HttpPreferencePage extends FieldEditorPreferencePage implem... method HttpPreferencePage (line 23) | public HttpPreferencePage() { method init (line 27) | @Override method createFieldEditors (line 33) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/IPreferenceConstants.java type IPreferenceConstants (line 13) | public interface IPreferenceConstants { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/ListenerAddressDialog.java class ListenerAddressDialog (line 32) | public class ListenerAddressDialog extends Dialog { method ListenerAddressDialog (line 40) | public ListenerAddressDialog(Shell parent, ProxyListenerPreferencePage... method configureShell (line 45) | protected void configureShell(Shell shell) { method createDialogArea (line 50) | @Override method okPressed (line 57) | @Override method createFields (line 64) | private Composite createFields(Composite parent) { method getConfig (line 109) | public IHttpProxyListenerConfig getConfig() { method parseInput (line 116) | private boolean parseInput() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/ListenerTableContentProvider.java class ListenerTableContentProvider (line 20) | public class ListenerTableContentProvider implements IStructuredContentP... method dispose (line 23) | @Override method inputChanged (line 27) | @Override method getElements (line 32) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/preferencepage/ProxyListenerPreferencePage.java class ProxyListenerPreferencePage (line 47) | public class ProxyListenerPreferencePage extends VegaPreferencePage impl... method ProxyListenerPreferencePage (line 56) | public ProxyListenerPreferencePage() { method init (line 60) | @Override method createPage (line 65) | @Override method performDefaults (line 74) | @Override method performOk (line 81) | @Override method parsePreferencesString (line 90) | static public void parsePreferencesString(ArrayList modules) { method createContents (line 36) | @Override method getTitle (line 63) | @Override method getMessage (line 68) | @Override method getFocusControl (line 73) | @Override method onClose (line 78) | @Override method onOk (line 82) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/proxy/ConfigureProxyModulesLabelProvider.java class ConfigureProxyModulesLabelProvider (line 7) | public class ConfigureProxyModulesLabelProvider extends LabelProvider { method getText (line 9) | public String getText(Object element) { method getCategoryText (line 19) | private String getCategoryText(String text) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/request/view/HttpRequestView.java class HttpRequestView (line 39) | public class HttpRequestView extends ViewPart { method HttpRequestView (line 47) | public HttpRequestView() { method createPartControl (line 50) | @Override method handleWorkspaceCloseOrReset (line 80) | private void handleWorkspaceCloseOrReset() { method resetToggleCommand (line 86) | private void resetToggleCommand(String commandId, boolean value) { method focusOnRecord (line 98) | public void focusOnRecord(long requestId) { method setFocus (line 102) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/request/view/WebEntitySelectionListener.java class WebEntitySelectionListener (line 20) | public class WebEntitySelectionListener implements ISelectionListener { method WebEntitySelectionListener (line 25) | public WebEntitySelectionListener(IModel model, String instanceId) { method selectionChanged (line 30) | @Override method getConditionSetId (line 43) | private String getConditionSetId() { method handleWebEntitySelected (line 51) | private void handleWebEntitySelected(IWebEntity entity) { method handleWebHostSelected (line 68) | private void handleWebHostSelected(IHttpConditionSet conditionSet, IWe... method handleWebPathSelected (line 72) | private void handleWebPathSelected(IHttpConditionSet conditionSet, IWe... method handleWebResponseSelected (line 77) | private void handleWebResponseSelected(IHttpConditionSet conditionSet,... method addHostnameCondition (line 81) | private void addHostnameCondition(IHttpConditionSet conditionSet, Stri... method addPathCondition (line 89) | private void addPathCondition(IHttpConditionSet conditionSet, String p... method getConditionSet (line 98) | private IHttpConditionSet getConditionSet() { method getConditionManager (line 107) | private IHttpConditionManager getConditionManager() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requesteditviewer/RequestEditView.java class RequestEditView (line 44) | public class RequestEditView extends ViewPart { method RequestEditView (line 59) | public RequestEditView() { method createPartControl (line 75) | @Override method setFocus (line 86) | @Override method setRequest (line 93) | public void setRequest(IRequestLogRecord record) throws URISyntaxExcep... method displayError (line 105) | private void displayError(String text) { method displayExceptionError (line 115) | void displayExceptionError(Exception e) { method sendRequest (line 123) | public void sendRequest() { method processResponse (line 145) | void processResponse(IHttpResponse response) { method displayResponse (line 152) | private void displayResponse(final IHttpResponse response) { method createRequestEditor (line 169) | private Composite createRequestEditor(Composite parent) { method createRequestTabFolderSelectionListener (line 194) | private SelectionListener createRequestTabFolderSelectionListener() { method createResponseViewer (line 218) | private Composite createResponseViewer(Composite parent) { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requesteditviewer/SendRequestTask.java class SendRequestTask (line 9) | public class SendRequestTask implements Runnable { method SendRequestTask (line 16) | SendRequestTask(HttpUriRequest request, RequestEditView view, IHttpReq... method start (line 23) | void start() { method run (line 27) | public void run() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestfilters/ConditionCreateDialog.java class ConditionCreateDialog (line 26) | public class ConditionCreateDialog extends TitleAreaDialog { method ConditionCreateDialog (line 32) | public ConditionCreateDialog(Shell parent, IHttpConditionManager condi... method create (line 37) | @Override method createDialogArea (line 44) | @Override method okPressed (line 51) | @Override method createFields (line 57) | private Composite createFields(Composite parent) { method getNewCondition (line 78) | public IHttpCondition getNewCondition() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestfilters/ConditionTreeContentProvider.java class ConditionTreeContentProvider (line 25) | public class ConditionTreeContentProvider implements ITreeContentProvider { method dispose (line 29) | @Override method inputChanged (line 33) | @Override method getElements (line 39) | @Override method getChildren (line 53) | @Override method getParent (line 63) | @Override method hasChildren (line 70) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestfilters/ConditionTreeLabelProvider.java class ConditionTreeLabelProvider (line 18) | public class ConditionTreeLabelProvider extends LabelProvider { method getText (line 20) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestfilters/RequestFilterConfigContent.java class RequestFilterConfigContent (line 34) | public class RequestFilterConfigContent implements IConfigDialogContent { method RequestFilterConfigContent (line 45) | public RequestFilterConfigContent(String instanceId) { method getTitle (line 53) | @Override method getMessage (line 58) | @Override method getFocusControl (line 63) | @Override method onClose (line 68) | @Override method onOk (line 72) | @Override method createContents (line 80) | @Override method createTreeViewer (line 114) | private void createTreeViewer(Composite parent) { method createTreeViewerButtons (line 124) | private void createTreeViewerButtons(Composite parent) { method createSelectionListenerButtonCreate (line 135) | private SelectionListener createSelectionListenerButtonCreate() { method createSelectionListenerButtonRemove (line 143) | private SelectionListener createSelectionListenerButtonRemove() { method openConditionCreateDialog (line 169) | private void openConditionCreateDialog() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestlogviewer/FocusOnRecordTask.java class FocusOnRecordTask (line 11) | public class FocusOnRecordTask implements Runnable { method FocusOnRecordTask (line 17) | FocusOnRecordTask(IRequestLogRecord record, RequestViewContentProvider... method run (line 23) | @Override method calculateTopRow (line 48) | private int calculateTopRow(int rowToDisplay) { method rowsVisible (line 58) | private int rowsVisible() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestlogviewer/RequestLogViewer.java class RequestLogViewer (line 68) | public class RequestLogViewer extends Composite { method RequestLogViewer (line 85) | public RequestLogViewer(Composite parent, String instanceId, int heigh... method setRequestResponseViewer (line 104) | public void setRequestResponseViewer(RequestResponseViewer requestResp... method focusOnRecord (line 109) | public void focusOnRecord(long requestId) { method addRequestIdConditionRule (line 138) | private void addRequestIdConditionRule(long requestId) { method createTable (line 158) | private Composite createTable(GridData gd) { method createColumns (line 181) | private void createColumns(TableViewer viewer, TableColumnLayout layou... method createSelectionChangedListener (line 206) | private ISelectionChangedListener createSelectionChangedListener() { method createTableMenu (line 223) | private Menu createTableMenu(Table table) { method replayRequestSelection (line 248) | private void replayRequestSelection() { method tagEditSelection (line 281) | private void tagEditSelection() { method getSelectionList (line 289) | @SuppressWarnings("unchecked") method createMouseMoveListener (line 294) | private MouseMoveListener createMouseMoveListener() { method createTableMouseTrackListener (line 306) | private MouseTrackListener createTableMouseTrackListener() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/requestlogviewer/RequestResponseViewer.java class RequestResponseViewer (line 49) | public class RequestResponseViewer extends Composite { method RequestResponseViewer (line 76) | public RequestResponseViewer(SashForm parentForm) { method createDisposeListener (line 103) | private void createDisposeListener() { method handleWorkspaceCloseOrReset (line 113) | private void handleWorkspaceCloseOrReset() { method createToolbarComposite (line 119) | private Composite createToolbarComposite(Composite parent) { method createLayoutToolBar (line 133) | private ToolBar createLayoutToolBar(Composite parent) { method createConfigureToolBar (line 167) | private ToolBar createConfigureToolBar(Composite parent) { method createOptionsMenu (line 197) | private Menu createOptionsMenu(Shell shell) { method setDisplayImageState (line 252) | private void setDisplayImageState(boolean value) { method setDisplayImagesAsHexState (line 257) | private void setDisplayImagesAsHexState(boolean value) { method setUrlDecodeState (line 262) | private void setUrlDecodeState(boolean value) { method setWordwrapState (line 267) | private void setWordwrapState(boolean value) { method toggleHideState (line 272) | private void toggleHideState() { method setTabbedMode (line 286) | public void setTabbedMode() { method createMessageViewers (line 307) | private void createMessageViewers(Composite parent) { method setDisplayResponse (line 318) | public void setDisplayResponse() { method recreateRootComposite (line 323) | private void recreateRootComposite() { method setVerticalSashMode (line 337) | public void setVerticalSashMode() { method setHorizontalSashMode (line 341) | public void setHorizontalSashMode() { method configureSashMode (line 345) | private void configureSashMode(int mode) { method setCurrentRecord (line 362) | public void setCurrentRecord(IRequestLogRecord record) { method addResponseHighlights (line 369) | private void addResponseHighlights(Collection alerts) { method processCurrentTransaction (line 376) | private void processCurrentTransaction() { method clearViewers (line 392) | private void clearViewers() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/statusview/InterceptQueueTableContentProvider.java class InterceptQueueTableContentProvider (line 20) | public class InterceptQueueTableContentProvider implements IStructuredCo... method InterceptQueueTableContentProvider (line 25) | public InterceptQueueTableContentProvider() { method handleUpdate (line 44) | private void handleUpdate() { method dispose (line 52) | @Override method inputChanged (line 60) | @Override method getElements (line 73) | @Override FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/statusview/RequestStatusTableContentProvider.java class RequestStatusTableContentProvider (line 31) | public class RequestStatusTableContentProvider implements IStructuredCon... method RequestStatusTableContentProvider (line 42) | public RequestStatusTableContentProvider() { method dispose (line 72) | @Override method inputChanged (line 86) | @Override method getElements (line 110) | @Override method handleEvent (line 117) | @Override method registerProxyListener (line 146) | private void registerProxyListener(IHttpProxyListener listener) { method unregisterProxyListener (line 153) | private void unregisterProxyListener(IHttpProxyListener listener, bool... method createRefreshTask (line 162) | private TimerTask createRefreshTask() { FILE: platform/com.subgraph.vega.ui.http/src/com/subgraph/vega/ui/http/statusview/StatusView.java class StatusView (line 53) | public class StatusView extends ViewPart { method StatusView (line 61) | public StatusView() { method createPartControl (line 64) | @Override method setFocus (line 75) | @Override method createInterceptQueueArea (line 79) | private Composite createInterceptQueueArea(Composite parent) { method createInterceptQueueTable (line 89) | private Composite createInterceptQueueTable(Composite parent) { method createInterceptQueueTableColumns (line 107) | private void createInterceptQueueTableColumns(TableViewer viewer, Tabl... method createInterceptQueueTableSelectionChangedListener (line 167) | private ISelectionChangedListener createInterceptQueueTableSelectionCh... method createInterceptQueueTableDoubleClickListener (line 176) | private IDoubleClickListener createInterceptQueueTableDoubleClickListe... method createInterceptQueueTableMenu (line 193) | private Menu createInterceptQueueTableMenu(Table table) { method forwardInterceptQueueSelection (line 218) | private void forwardInterceptQueueSelection() { method dropInterceptQueueSelection (line 226) | private void dropInterceptQueueSelection() { method createRequestStatusArea (line 234) | private Composite createRequestStatusArea(Composite parent) { method createRequestStatusTable (line 244) | private Composite createRequestStatusTable(Composite parent) { method uriToHostString (line 261) | private String uriToHostString(URI uri) { method uriToPathString (line 273) | private String uriToPathString(URI uri) { method createRequestStatusTableColumns (line 281) | private void createRequestStatusTableColumns(TableViewer viewer, Table... method createRequestStatusTableSelectionChangedListener (line 340) | private ISelectionChangedListener createRequestStatusTableSelectionCha... method createRequestStatusTableMenu (line 349) | private Menu createRequestStatusTableMenu(Table table) { method abortRequestStatusSelection (line 365) | private void abortRequestStatusSelection() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/BinaryEntityManager.java class BinaryEntityManager (line 26) | public class BinaryEntityManager { method BinaryEntityManager (line 40) | BinaryEntityManager(SourceViewer viewer, SashForm sash, Composite root) { method dispose (line 49) | void dispose() { method clear (line 52) | void clear() { method isImageEntity (line 61) | private boolean isImageEntity() { method isContentDirty (line 65) | boolean isContentDirty() { method getContent (line 69) | byte[] getContent() { method displayImagesAsHex (line 73) | void displayImagesAsHex(boolean flag) { method displayImages (line 78) | void displayImages(boolean flag) { method displayImageForState (line 83) | void displayImageForState() { method displayNewDocument (line 105) | void displayNewDocument(HttpMessageDocument document) { method addImageAnnotation (line 125) | private void addImageAnnotation(IDocument document, ImageData imageDat... method removeImageAnnotation (line 135) | private void removeImageAnnotation() { method padDocumentForImage (line 151) | private Position padDocumentForImage(IDocument document, String paddin... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/Colors.java class Colors (line 21) | public class Colors implements ISharedTextColors { method c (line 22) | private static RGB c(int rgb) { method Colors (line 50) | public Colors(Display display) { method dispose (line 54) | public void dispose() { method get (line 59) | public Color get(RGB rgb) { method getColor (line 66) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/Configuration.java class Configuration (line 34) | public class Configuration extends SourceViewerConfiguration { class SingleTokenScanner (line 39) | static class SingleTokenScanner extends BufferedRuleBasedScanner { method SingleTokenScanner (line 40) | public SingleTokenScanner(TextAttribute attribute) { method Configuration (line 44) | Configuration(Colors colors) { method createReconciler (line 49) | private IPresentationReconciler createReconciler() { method addDamagerRepairer (line 67) | private void addDamagerRepairer(PresentationReconciler pr, String part... method addDamagerRepairer (line 73) | private void addDamagerRepairer(PresentationReconciler pr, RGB color, ... method getPresentationReconciler (line 78) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/DefaultTextEntityRenderer.java class DefaultTextEntityRenderer (line 19) | public class DefaultTextEntityRenderer implements ITextEntityRenderer { method getPartitionTypes (line 21) | @Override method matchContentType (line 26) | @Override method addPartitionScannerRules (line 31) | @Override method configurePresentationReconciler (line 35) | @Override method formatText (line 40) | @Override method getLineSplitChars (line 45) | @Override method getDefaultPartitionType (line 50) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HeaderDecoder.java class HeaderDecoder (line 18) | public class HeaderDecoder { method HeaderDecoder (line 23) | HeaderDecoder(HttpMessageDocument messageDocument) { method toggleDecodeState (line 29) | public void toggleDecodeState() { method decodeHeaders (line 38) | public void decodeHeaders() { method undecodeHeaders (line 48) | public void undecodeHeaders() { method getUndecodedHeaderContent (line 58) | public String getUndecodedHeaderContent() { method getHeaderSectionText (line 69) | private String getHeaderSectionText() throws BadLocationException { method getEncodedHeaderSectionText (line 74) | private String getEncodedHeaderSectionText() throws BadLocationExcepti... method decode (line 90) | private void decode() throws BadLocationException, BadPositionCategory... method processPercent (line 102) | private void processPercent(Position remaining) throws BadLocationExce... method consumeRemaining (line 124) | private void consumeRemaining(Position remaining, int count) { method replaceDecodedChar (line 129) | private void replaceDecodedChar(int offset, int length, char c) throws... method getCharAt (line 134) | private char getCharAt(int offset) throws BadLocationException { method isHex (line 140) | private boolean isHex(char c) { method hexDecode (line 144) | private char hexDecode(char hi, char low) { method encode (line 151) | private void encode() throws BadPositionCategoryException, BadLocation... method getEncodedCharacter (line 160) | private String getEncodedCharacter(char c) { method hexEncode (line 168) | private String hexEncode(char c) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HttpHeaderTextRenderer.java class HttpHeaderTextRenderer (line 23) | public class HttpHeaderTextRenderer { method getRequestAsText (line 25) | public String getRequestAsText(HttpRequest request) { method getRequestAsText (line 32) | public String getRequestAsText(IHttpRequestBuilder request) { method getResponseAsText (line 39) | public String getResponseAsText(HttpResponse response) { method getResponseAsText (line 46) | public String getResponseAsText(IHttpResponseBuilder builder) { method renderRequestLine (line 53) | private void renderRequestLine(StringBuilder sb, HttpRequest request) { method renderRequestLine (line 58) | private void renderRequestLine(StringBuilder sb, IHttpRequestBuilder b... method renderStatusLine (line 66) | private void renderStatusLine(StringBuilder sb, HttpResponse response) { method renderStatusLine (line 71) | private void renderStatusLine(StringBuilder sb, IHttpResponseBuilder r... method renderAllHeaders (line 76) | private void renderAllHeaders(StringBuilder sb, HttpMessage message) { method renderAllHeaders (line 83) | private void renderAllHeaders(StringBuilder sb, IHttpMessageBuilder bu... method renderHeader (line 90) | private void renderHeader(StringBuilder sb, Header header) { method renderHeader (line 97) | private void renderHeader(StringBuilder sb, IHttpHeaderBuilder builder) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HttpMessageDocument.java class HttpMessageDocument (line 22) | public class HttpMessageDocument implements IDocumentListener { method HttpMessageDocument (line 34) | HttpMessageDocument(IDocument document, HttpMessageEntity entity) { method getSectionPositions (line 45) | private Position[] getSectionPositions() { method isHeaderSectionDirty (line 60) | boolean isHeaderSectionDirty() { method isBodyEntityDirty (line 64) | boolean isBodyEntityDirty() { method getDocument (line 72) | IDocument getDocument() { method getMessageEntity (line 77) | HttpMessageEntity getMessageEntity() { method getHeaderSection (line 81) | Position getHeaderSection() { method getBodySection (line 85) | Position getBodySection() { method getHeaderSectionText (line 89) | public String getHeaderSectionText() { method setHeaderSectionText (line 93) | public void setHeaderSectionText(String newText) { method getBodySectionText (line 101) | public String getBodySectionText() { method getTextByPosition (line 105) | private String getTextByPosition(Position p) { method setHeaderDecodeState (line 117) | void setHeaderDecodeState(boolean state) { method toggleHeaderDecodeState (line 126) | void toggleHeaderDecodeState() { method documentAboutToBeChanged (line 130) | @Override method documentChanged (line 134) | @Override method addProjectionAnnotations (line 145) | public void addProjectionAnnotations(ProjectionAnnotationModel model) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HttpMessageDocumentFactory.java class HttpMessageDocumentFactory (line 40) | public class HttpMessageDocumentFactory { method createForRequest (line 62) | HttpMessageDocument createForRequest(HttpRequest request) { method createForResponse (line 71) | HttpMessageDocument createForResponse(HttpResponse response) { method createForRequest (line 75) | HttpMessageDocument createForRequest(IHttpRequestBuilder builder) { method createForResponse (line 79) | HttpMessageDocument createForResponse(IHttpResponseBuilder builder) { method createForText (line 83) | private HttpMessageDocument createForText(String text) { method createForText (line 87) | private HttpMessageDocument createForText(String text, HttpEntity enti... method createForHeaderTextWithRenderer (line 97) | private HttpMessageDocument createForHeaderTextWithRenderer(String tex... method getBodyText (line 104) | private String getBodyText(HttpMessageEntity messageEntity, ITextEntit... method longLineFormatter (line 112) | private String longLineFormatter(String input, String splitAt) { method getTextEntityRendererForType (line 132) | private ITextEntityRenderer getTextEntityRendererForType(String conten... method createDocument (line 141) | private IDocument createDocument(String headerText, String bodyText, I... method addSectionPosition (line 157) | private void addSectionPosition(IDocument document, int offset, int le... method createEmptyDocument (line 167) | private IDocument createEmptyDocument(ITextEntityRenderer renderer) { method createPartitioner (line 175) | private IDocumentPartitioner createPartitioner(ITextEntityRenderer ren... method createRules (line 184) | private IPredicateRule[] createRules(ITextEntityRenderer renderer) { method addHeaderPartitionRules (line 194) | private void addHeaderPartitionRules(List rules) { method getPartitionTypes (line 200) | private String[] getPartitionTypes(ITextEntityRenderer renderer) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HttpMessageEditor.java class HttpMessageEditor (line 49) | public class HttpMessageEditor extends Composite { method HttpMessageEditor (line 66) | public HttpMessageEditor(Composite parent) { method createRootComposite (line 95) | private Composite createRootComposite(Composite parent) { method createSourceViewer (line 106) | private ProjectionViewer createSourceViewer(Composite parent, Annotati... method createViewerActions (line 116) | private void createViewerActions(TextViewer viewer) { method createMenuAction (line 137) | private TextViewerAction createMenuAction(MenuManager menuManager, Tex... method dispose (line 144) | public void dispose() { method addAlertHighlights (line 150) | public void addAlertHighlights(Collection highlig... method displayAlertHighlights (line 154) | public void displayAlertHighlights() { method clearContent (line 158) | public void clearContent() { method getContent (line 167) | public String getContent() { method getEntityContent (line 174) | public HttpEntity getEntityContent() { method getDirtyAsciiEntityContent (line 190) | private HttpEntity getDirtyAsciiEntityContent() { method getDirtyBinaryEntityContent (line 201) | private HttpEntity getDirtyBinaryEntityContent() { method setDecodeUrlEncoding (line 208) | public void setDecodeUrlEncoding(boolean flag) { method setEditable (line 216) | public void setEditable(boolean flag) { method setDisplayImages (line 220) | public void setDisplayImages(boolean flag) { method setDisplayImagesAsHex (line 224) | public void setDisplayImagesAsHex(boolean flag) { method setWordwrapLines (line 228) | public void setWordwrapLines(boolean flag) { method displayHttpRequest (line 232) | public void displayHttpRequest(HttpRequest request) { method displayHttpRequest (line 238) | public void displayHttpRequest(IHttpRequestBuilder builder) { method displayHttpResponse (line 244) | public void displayHttpResponse(HttpResponse response) { method displayHttpResponse (line 250) | public void displayHttpResponse(IHttpResponseBuilder builder) { method isEntityContentDirty (line 256) | public boolean isEntityContentDirty() { method displayNewDocument (line 266) | private void displayNewDocument() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/HttpMessageEntity.java class HttpMessageEntity (line 23) | public class HttpMessageEntity { method createFromEntity (line 25) | static HttpMessageEntity createFromEntity(HttpEntity entity) { method createFromBinaryEntity (line 43) | private static HttpMessageEntity createFromBinaryEntity(HttpEntity ent... method isBodyAscii (line 55) | private static boolean isBodyAscii(String body) { method binaryToImageData (line 69) | private static ImageData binaryToImageData(byte[] binaryData) { method createEmptyEntity (line 77) | private static HttpMessageEntity createEmptyEntity() { method createImageEntity (line 81) | private static HttpMessageEntity createImageEntity(HttpEntity entity, ... method createBinaryEntity (line 85) | private static HttpMessageEntity createBinaryEntity(HttpEntity entity,... method createAsciiEntity (line 89) | private static HttpMessageEntity createAsciiEntity(HttpEntity entity, ... type EntityType (line 93) | enum EntityType { ENTITY_NONE, ENTITY_IMAGE, ENTITY_BINARY, ENTITY_ASC... method HttpMessageEntity (line 103) | private HttpMessageEntity(EntityType type, HttpEntity entity, String t... method getContentType (line 113) | public String getContentType() { method getContentEncoding (line 117) | public String getContentEncoding() { method getContentType (line 121) | private String getContentType(HttpEntity entity) { method getContentEncoding (line 129) | private String getContentEncoding(HttpEntity entity) { method getEntity (line 136) | public HttpEntity getEntity() { method getHeaderValue (line 140) | private String getHeaderValue(Header header) { method isEmptyEntity (line 147) | public boolean isEmptyEntity() { method isImageEntity (line 151) | public boolean isImageEntity() { method isBinaryEntity (line 155) | public boolean isBinaryEntity() { method isAsciiEntity (line 159) | public boolean isAsciiEntity() { method getImageData (line 163) | public ImageData getImageData() { method getBinaryData (line 167) | public byte[] getBinaryData() { method getTextData (line 171) | public String getTextData() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/ITextEntityRenderer.java type ITextEntityRenderer (line 18) | public interface ITextEntityRenderer { method getPartitionTypes (line 19) | List getPartitionTypes(); method matchContentType (line 20) | boolean matchContentType(String contentType); method addPartitionScannerRules (line 21) | void addPartitionScannerRules(List rules); method getDefaultPartitionType (line 22) | String getDefaultPartitionType(); method configurePresentationReconciler (line 23) | void configurePresentationReconciler(PresentationReconciler reconciler... method formatText (line 24) | String formatText(String input); method getLineSplitChars (line 25) | String getLineSplitChars(); FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/ProjectionAnnotationAccess.java class ProjectionAnnotationAccess (line 21) | public class ProjectionAnnotationAccess implements IAnnotationAccess, IA... method getTypeLabel (line 23) | @Override method getLayer (line 28) | @Override method paint (line 33) | @Override method isPaintable (line 41) | @Override method isSubtype (line 46) | @Override method getSupertypes (line 54) | @Override method getType (line 59) | @Override method isMultiLine (line 64) | @Override method isTemporary (line 69) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/TextViewerAction.java class TextViewerAction (line 7) | public class TextViewerAction extends Action { method TextViewerAction (line 11) | TextViewerAction(ITextViewer viewer, int operationCode) { method run (line 17) | public void run() { method update (line 23) | public void update() { method configureAction (line 32) | void configureAction(String text, String tooltipText, String descripti... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/annotations/AnnTransaction.java class AnnTransaction (line 20) | public class AnnTransaction method add (line 26) | public void add(ISelfDrawingAnnotation a, Position p) { method remove (line 30) | public void remove(ISelfDrawingAnnotation a) { method replaceAnnotations (line 34) | @SuppressWarnings("deprecation") FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/annotations/AnnotationPainter.java class AnnotationPainter (line 36) | public class AnnotationPainter method AnnotationPainter (line 43) | public AnnotationPainter(SourceViewer v) method addSelectionChangedListener (line 49) | public void addSelectionChangedListener(ISelectionChangedListener list... method removeSelectionChangedListener (line 53) | public void removeSelectionChangedListener(ISelectionChangedListener l... method fireSelectionEvent (line 57) | private void fireSelectionEvent() { method getPosition (line 63) | public Position getPosition(ISelfDrawingAnnotation annotation) method replaceAnnotations (line 69) | public void replaceAnnotations(ISelfDrawingAnnotation[] remove, Map positions) method deactivate (line 138) | public void deactivate(boolean redraw) { method setPositionManager (line 140) | public void setPositionManager(IPaintPositionManager manager) { method paint (line 143) | public void paint(int reason) { method dispose (line 154) | public void dispose() { method paintControl (line 164) | public void paintControl(PaintEvent e) method widgetIndex (line 178) | private int widgetIndex(int offset) { method getSelection (line 185) | public ITextSelection getSelection() { method setSelection (line 189) | public void setSelection(ISelection selection) { method getAnnotationIterator (line 193) | public Iterator getAnnotationIterator() method refresh (line 198) | private void refresh() { method refresh (line 202) | public void refresh(Collection someAnnotations) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/annotations/EmbedAnnotation.java class EmbedAnnotation (line 17) | public abstract class EmbedAnnotation extends Annotation { method EmbedAnnotation (line 23) | protected EmbedAnnotation(String type, int height) { method generatePaddingString (line 29) | private String generatePaddingString(TextViewer viewer) { method getPaddingString (line 39) | public String getPaddingString(TextViewer viewer) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/annotations/ISelfDrawingAnnotation.java type ISelfDrawingAnnotation (line 16) | public abstract interface ISelfDrawingAnnotation method draw (line 18) | public abstract void draw(GC gc, StyledText textControl, int offset, i... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/annotations/ImageAnnotation.java class ImageAnnotation (line 21) | public class ImageAnnotation extends EmbedAnnotation implements ISelfDra... method ImageAnnotation (line 25) | public ImageAnnotation(Image image) { method getImage (line 30) | public Image getImage() { method draw (line 34) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/CornerLayout.java class CornerLayout (line 21) | public class CornerLayout extends Layout { method CornerLayout (line 25) | public CornerLayout(StyledText textControl) { method computeSize (line 29) | @Override method getSize (line 39) | private int getSize(int sz, int szHint) { method layout (line 43) | @Override method placeControl (line 55) | private void placeControl(Composite composite, Control c) { method calculateControlPosition (line 64) | private Point calculateControlPosition(Composite composite, Control c,... method getPosition (line 71) | private int getPosition(boolean flag, int dimText, int dimControl) { method flushCache (line 79) | @Override method getBackgroundControl (line 84) | private Control getBackgroundControl(Composite composite) { method checkZOrder (line 91) | private void checkZOrder(Composite composite) { method findBackgroundControlIdx (line 99) | private int findBackgroundControlIdx(Control[] children) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/CornerLayoutData.java class CornerLayoutData (line 13) | public class CornerLayoutData { method createTopLeft (line 15) | public static CornerLayoutData createTopLeft() { method createTopRight (line 19) | public static CornerLayoutData createTopRight() { method createBottomLeft (line 23) | public static CornerLayoutData createBottomLeft() { method createBottomRight (line 27) | public static CornerLayoutData createBottomRight() { method CornerLayoutData (line 34) | private CornerLayoutData(boolean isTop, boolean isLeft) { method isTop (line 39) | public boolean isTop() { method isLeft (line 43) | public boolean isLeft() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/HighlightBar.java class HighlightBar (line 27) | public class HighlightBar extends Composite implements MatchChangeListen... method HighlightBar (line 33) | public HighlightBar(Composite parent, ProjectionViewer viewer, Colors ... method createLayout (line 46) | private Layout createLayout() { method createAlertLabel (line 53) | private Label createAlertLabel(Color color) { method clearHighlights (line 62) | public void clearHighlights() { method addAlertHighlights (line 68) | public void addAlertHighlights(Collection highlig... method displayHighlights (line 74) | public void displayHighlights() { method summarizeMatchState (line 85) | private void summarizeMatchState() { method displayHighlightBar (line 97) | private void displayHighlightBar() { method hideHighlightBar (line 103) | private void hideHighlightBar() { method matchChanged (line 108) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/MatchChangeListener.java type MatchChangeListener (line 13) | public interface MatchChangeListener { method matchChanged (line 14) | void matchChanged(); FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/MatchHighlighter.java class MatchHighlighter (line 29) | public class MatchHighlighter implements ITextInputListener { method MatchHighlighter (line 39) | public MatchHighlighter(ProjectionViewer viewer, Color highlightColor,... method isActive (line 46) | public boolean isActive() { method getMatchCount (line 50) | public int getMatchCount() { method getCurrentIndex (line 54) | public int getCurrentIndex() { method displayFirstMatch (line 58) | public void displayFirstMatch() { method displayNextMatch (line 69) | public void displayNextMatch() { method displayPreviousMatch (line 79) | public void displayPreviousMatch() { method clearMatches (line 89) | public void clearMatches() { method searchMatches (line 99) | public void searchMatches(String query, boolean isRegex, boolean isCas... method hasNextMatch (line 104) | public boolean hasNextMatch() { method hasPreviousMatch (line 108) | public boolean hasPreviousMatch() { method maybeDisplayAllAnnotations (line 112) | private void maybeDisplayAllAnnotations() { method maybeHideAnnotation (line 121) | private void maybeHideAnnotation() { method maybeDisplayAnnotation (line 127) | private void maybeDisplayAnnotation() { method revealDocumentRegion (line 133) | private void revealDocumentRegion(IRegion r) { method configureViewer (line 137) | private void configureViewer(SourceViewer viewer, Color highlightColor... method attachHighlightPainter (line 142) | private void attachHighlightPainter(SourceViewer viewer, Color highlig... method createAnnotationAccess (line 150) | private IAnnotationAccess createAnnotationAccess() { method findAllMatches (line 169) | private List findAllMatches(String query, boolean isRegex, bo... method inputDocumentAboutToBeChanged (line 194) | @Override method inputDocumentChanged (line 200) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/MatchingRegions.java class MatchingRegions (line 22) | public class MatchingRegions { method MatchingRegions (line 30) | public MatchingRegions(String annotationType) { method createRegionComparator (line 37) | private Comparator createRegionComparator() { method reset (line 62) | public void reset() { method getAllRegions (line 69) | public List getAllRegions() { method lockRegions (line 74) | private void lockRegions() { method addRegions (line 84) | public void addRegions(List matches) { method getCurrentIndex (line 91) | public int getCurrentIndex() { method getMatchCount (line 95) | public int getMatchCount() { method hasPrevious (line 100) | public boolean hasPrevious() { method hasNext (line 105) | public boolean hasNext() { method getFirstRegion (line 110) | public RegionInfo getFirstRegion() { method getNextRegion (line 119) | public RegionInfo getNextRegion() { method getPreviousRegion (line 128) | public RegionInfo getPreviousRegion() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/NavigationButtons.java class NavigationButtons (line 20) | public class NavigationButtons extends Composite { method NavigationButtons (line 27) | public NavigationButtons(Composite parent, MatchHighlighter highlighte... method createNextMatchButton (line 37) | private Button createNextMatchButton() { method createPreviousMatchButton (line 46) | private Button createPreviousMatchButton() { method createArrowButton (line 55) | private Button createArrowButton(int flags, Listener listener) { method handleNextMatch (line 62) | public void handleNextMatch() { method handlePreviousMatch (line 70) | public void handlePreviousMatch() { method enableButtonsForMatchState (line 78) | public void enableButtonsForMatchState() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/highlights/RegionInfo.java class RegionInfo (line 20) | public class RegionInfo { method RegionInfo (line 27) | RegionInfo(IRegion region, String annotationType) { method getRegion (line 33) | IRegion getRegion() { method removeHighlight (line 37) | void removeHighlight(SourceViewer viewer) { method displayHighlight (line 48) | void displayHighlight(SourceViewer viewer) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/html/HtmlPartitionScanner.java class HtmlPartitionScanner (line 22) | public class HtmlPartitionScanner extends RuleBasedPartitionScanner { method HtmlPartitionScanner (line 31) | public HtmlPartitionScanner() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/html/HtmlTextEntityRenderer.java class HtmlTextEntityRenderer (line 31) | public class HtmlTextEntityRenderer implements ITextEntityRenderer { method getPartitionTypes (line 41) | @Override method matchContentType (line 46) | @Override method addPartitionScannerRules (line 51) | @Override method configurePresentationReconciler (line 61) | @Override class SingleTokenScanner (line 71) | static class SingleTokenScanner extends BufferedRuleBasedScanner { method SingleTokenScanner (line 72) | public SingleTokenScanner(TextAttribute attribute) { method addDamagerRepairer (line 77) | private void addDamagerRepairer(PresentationReconciler pr, Color color... method addDamagerRepairer (line 82) | private void addDamagerRepairer(PresentationReconciler pr, ITokenScann... method formatText (line 88) | @Override method getLineSplitChars (line 93) | @Override method getDefaultPartitionType (line 98) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/html/HtmlWhitespaceDetector.java class HtmlWhitespaceDetector (line 15) | public class HtmlWhitespaceDetector implements IWhitespaceDetector { method isWhitespace (line 17) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/html/StartTagRule.java class StartTagRule (line 17) | public class StartTagRule extends MultiLineRule { method StartTagRule (line 19) | public StartTagRule(IToken token) { method StartTagRule (line 23) | protected StartTagRule(IToken token, boolean endAsWell) { method sequenceDetected (line 27) | protected boolean sequenceDetected(ICharacterScanner scanner, FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/html/TagScanner.java class TagScanner (line 25) | public class TagScanner extends AbstractScanner { class TagWordDetector (line 36) | static class TagWordDetector implements IWordDetector { method isWordStart (line 37) | @Override method isWordPart (line 41) | @Override method TagScanner (line 47) | public TagScanner(Colors colors) { method initializeRules (line 52) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/AbstractScanner.java class AbstractScanner (line 26) | public abstract class AbstractScanner extends RuleBasedScanner { method AbstractScanner (line 30) | protected AbstractScanner(Colors colors) { method createToken (line 39) | protected IToken createToken(RGB rgb) { method initializeRules (line 45) | abstract protected void initializeRules(List rules); FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/AbstractStartLinePartitionRule.java class AbstractStartLinePartitionRule (line 18) | abstract class AbstractStartLinePartitionRule implements IPredicateRule { method AbstractStartLinePartitionRule (line 24) | AbstractStartLinePartitionRule(IToken token) { method nextChar (line 28) | protected int nextChar() { method unread (line 32) | protected void unread() { method isFirstColumn (line 36) | protected boolean isFirstColumn() { method unread (line 39) | protected void unread(int n) { method detectSingleSpace (line 44) | protected boolean detectSingleSpace() { method parseWord (line 51) | protected String parseWord() { method parseUntilSpace (line 55) | protected String parseUntilSpace(boolean allowEOF) { method parseUntilEOL (line 75) | protected String parseUntilEOL(boolean allowEOF) { method detectEOL (line 103) | protected boolean detectEOL() { method doEvaluate (line 117) | protected abstract boolean doEvaluate(); method evaluate (line 119) | @Override method getSuccessToken (line 133) | @Override method evaluate (line 138) | @Override method isHttpVersion (line 143) | protected boolean isHttpVersion(String s) { method isVersionDigits (line 150) | private boolean isVersionDigits(String s) { method isInteger (line 157) | protected boolean isInteger(String s) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/AbstractSyntaxRule.java class AbstractSyntaxRule (line 18) | public abstract class AbstractSyntaxRule implements IRule { method AbstractSyntaxRule (line 23) | protected AbstractSyntaxRule(IToken token) { method getSuccessToken (line 27) | protected IToken getSuccessToken() { method evaluateRule (line 31) | protected abstract boolean evaluateRule(ICharacterScanner scanner); method evaluate (line 33) | public IToken evaluate(ICharacterScanner scanner) { method rewind (line 42) | private void rewind(ICharacterScanner scanner) { method matchSingleChar (line 47) | protected boolean matchSingleChar(ICharacterScanner scanner, char ch) { method matchDigits (line 57) | protected boolean matchDigits(ICharacterScanner scanner) { method matchDigits (line 61) | protected boolean matchDigits(ICharacterScanner scanner, int count) { method matchDigits (line 65) | protected boolean matchDigits(ICharacterScanner scanner, int min, int ... method matchAndCountDigits (line 70) | protected int matchAndCountDigits(ICharacterScanner scanner) { method skipWhitespace (line 84) | protected void skipWhitespace(ICharacterScanner scanner) { method matchWhitespace (line 96) | protected boolean matchWhitespace(ICharacterScanner scanner) { method isDigit (line 110) | protected boolean isDigit(int c) { method isWhitespace (line 114) | protected boolean isWhitespace(int c) { method isUppercase (line 118) | protected boolean isUppercase(int c) { method isLowercase (line 122) | protected boolean isLowercase(int c) { method isHexDigit (line 126) | protected boolean isHexDigit(int c) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/DateRule.java class DateRule (line 18) | public class DateRule extends AbstractSyntaxRule { method DateRule (line 23) | public DateRule(IToken token) { method evaluateRule (line 27) | @Override method matchDay (line 49) | private boolean matchDay(ICharacterScanner scanner) { method matchMonth (line 53) | private boolean matchMonth(ICharacterScanner scanner) { method matchStringFromList (line 57) | private boolean matchStringFromList(ICharacterScanner scanner, String[... method matchGMT (line 68) | private boolean matchGMT(ICharacterScanner scanner) { method readThreeLetters (line 77) | private char[] readThreeLetters(ICharacterScanner scanner) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/EncodedCharacterRule.java class EncodedCharacterRule (line 16) | public class EncodedCharacterRule extends AbstractSyntaxRule { method EncodedCharacterRule (line 18) | public EncodedCharacterRule(IToken token) { method evaluateRule (line 22) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/HeaderNameRule.java class HeaderNameRule (line 19) | public class HeaderNameRule implements IRule { method HeaderNameRule (line 24) | public HeaderNameRule(IToken token) { method evaluate (line 28) | @Override method rewind (line 45) | private void rewind(ICharacterScanner scanner, int count) { method isLegalHeaderNameChar (line 50) | private boolean isLegalHeaderNameChar(int c) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/HeaderPartitionRule.java class HeaderPartitionRule (line 18) | public class HeaderPartitionRule implements IPredicateRule { method HeaderPartitionRule (line 23) | public HeaderPartitionRule(IToken token) { method evaluate (line 27) | @Override method parseHeaderName (line 41) | private boolean parseHeaderName(ICharacterScanner scanner) { method unread (line 60) | private void unread(ICharacterScanner scanner, int n) { method isLegalHeaderNameChar (line 65) | private boolean isLegalHeaderNameChar(int c) { method getSuccessToken (line 69) | @Override method evaluate (line 74) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/HttpHeaderScanner.java class HttpHeaderScanner (line 20) | public class HttpHeaderScanner extends AbstractScanner { method HttpHeaderScanner (line 22) | public HttpHeaderScanner(Colors colors) { method initializeRules (line 26) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/HttpVersionRule.java class HttpVersionRule (line 18) | public class HttpVersionRule implements IRule { method HttpVersionRule (line 22) | public HttpVersionRule(IToken token) { method evaluate (line 26) | @Override method matchPrefix (line 52) | private boolean matchPrefix(char[] prefix, ICharacterScanner scanner) { method readDigit (line 63) | private boolean readDigit(ICharacterScanner scanner) { method readDot (line 71) | private boolean readDot(ICharacterScanner scanner) { method rewind (line 80) | private void rewind(ICharacterScanner scanner, int n) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/IntegerRule.java class IntegerRule (line 16) | public class IntegerRule extends AbstractSyntaxRule { method IntegerRule (line 18) | public IntegerRule(IToken token) { method evaluateRule (line 22) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/RequestLinePartitionRule.java class RequestLinePartitionRule (line 15) | public class RequestLinePartitionRule extends AbstractStartLinePartition... method RequestLinePartitionRule (line 17) | public RequestLinePartitionRule(IToken token) { method doEvaluate (line 21) | @Override method isRequestMethod (line 66) | private boolean isRequestMethod(String s) { method isRequestUri (line 76) | private boolean isRequestUri(String s) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/RequestLineScanner.java class RequestLineScanner (line 19) | public class RequestLineScanner extends AbstractScanner { method RequestLineScanner (line 21) | public RequestLineScanner(Colors colors) { method initializeRules (line 25) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/RequestMethodRule.java class RequestMethodRule (line 18) | public class RequestMethodRule implements IRule { method RequestMethodRule (line 22) | public RequestMethodRule(IToken token) { method evaluate (line 26) | @Override method isMethodCharacter (line 48) | private boolean isMethodCharacter(int c) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/ResponseLinePartitionRule.java class ResponseLinePartitionRule (line 15) | public class ResponseLinePartitionRule extends AbstractStartLinePartitio... method ResponseLinePartitionRule (line 17) | public ResponseLinePartitionRule(IToken token) { method doEvaluate (line 21) | @Override method isResponseReason (line 66) | private boolean isResponseReason(String s) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/http/ResponseLineScanner.java class ResponseLineScanner (line 19) | public class ResponseLineScanner extends AbstractScanner { method ResponseLineScanner (line 21) | public ResponseLineScanner(Colors colors) { method initializeRules (line 25) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/JavascriptPartitionScanner.java class JavascriptPartitionScanner (line 23) | public class JavascriptPartitionScanner extends RuleBasedPartitionScanner { method JavascriptPartitionScanner (line 29) | public JavascriptPartitionScanner() { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/JavascriptScanner.java class JavascriptScanner (line 25) | public class JavascriptScanner extends AbstractScanner { method JavascriptScanner (line 37) | public JavascriptScanner(Colors colors) { method initializeRules (line 41) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/JavascriptTextEntityRenderer.java class JavascriptTextEntityRenderer (line 30) | public class JavascriptTextEntityRenderer implements ITextEntityRenderer { method getPartitionTypes (line 37) | @Override method matchContentType (line 42) | @Override method addPartitionScannerRules (line 47) | @Override class SingleTokenScanner (line 55) | static class SingleTokenScanner extends BufferedRuleBasedScanner { method SingleTokenScanner (line 56) | public SingleTokenScanner(TextAttribute attribute) { method configurePresentationReconciler (line 61) | @Override method formatText (line 72) | @Override method getLineSplitChars (line 77) | @Override method getDefaultPartitionType (line 82) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/JavascriptWhitespaceDetector.java class JavascriptWhitespaceDetector (line 15) | public class JavascriptWhitespaceDetector implements IWhitespaceDetector { method isWhitespace (line 16) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/JavascriptWordDetector.java class JavascriptWordDetector (line 15) | public class JavascriptWordDetector implements IWordDetector { method isWordStart (line 17) | @Override method isWordPart (line 22) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/formatter/FormatterState.java class FormatterState (line 13) | public class FormatterState { type Mode (line 14) | enum Mode { method Mode (line 23) | Mode(boolean array, boolean expression) { method FormatterState (line 43) | FormatterState(Mode mode) { method FormatterState (line 47) | FormatterState(JavascriptFormatterConfig config, Mode mode, FormatterS... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/formatter/JavascriptFormatter.java class JavascriptFormatter (line 22) | public class JavascriptFormatter { type TokenType (line 33) | private enum TokenType { TK_START_EXPR, TK_END_EXPR, TK_START_BLOCK, T... class Token (line 37) | static class Token { method Token (line 40) | Token(TokenType type, int c) { method Token (line 44) | Token(TokenType type, String text) { method format (line 66) | public String format(String input) { method pushToken (line 128) | private void pushToken(Token token) { method reset (line 133) | private void reset(String input) { method nextToken (line 138) | private Token nextToken() { method atEnd (line 373) | private boolean atEnd() { method next (line 377) | private int next() { method peekStr (line 385) | private String peekStr(int length) { method peek (line 391) | private int peek() { method maybeCommentToken (line 397) | private Token maybeCommentToken() { method handleStartExpr (line 427) | private void handleStartExpr(String text) { method handleEndExpr (line 491) | private void handleEndExpr(String text) { method handleStartBlock (line 513) | private void handleStartBlock(String text) { method handleEndBlock (line 551) | private void handleEndBlock(String text) { method handleWord (line 579) | private void handleWord(String text) { method handleSemicolon (line 709) | private void handleSemicolon(String text) { method handleString (line 718) | private void handleString(String text) { method handleEquals (line 727) | private void handleEquals(String text) { method handleOperator (line 736) | private void handleOperator(String text) { method handleBlockComment (line 838) | private void handleBlockComment(String text) { method handleInlineComment (line 862) | private void handleInlineComment(String text) { method handleComment (line 873) | private void handleComment(String text) { method handleUnknown (line 883) | private void handleUnknown(String text) { method trimOutput (line 890) | private void trimOutput() { method trimOutput (line 894) | private void trimOutput(boolean eatNewlines) { method printNewline (line 900) | private void printNewline() { method printNewline (line 903) | private void printNewline(boolean ignoreRepeated) { method printSingleSpace (line 928) | private void printSingleSpace() { method printToken (line 942) | private void printToken(String text) { method indent (line 948) | private void indent() { method removeIndent (line 952) | private void removeIndent() { method setMode (line 958) | private void setMode(FormatterState.Mode mode) { method restoreMode (line 965) | private void restoreMode() { method endsWith (line 972) | private boolean endsWith(char c) { method endsWithIndent (line 977) | private boolean endsWithIndent() { method matchIndentString (line 983) | private boolean matchIndentString(char c) { method lastOutputChar (line 987) | private char lastOutputChar() { method outputEmpty (line 991) | private boolean outputEmpty() { method dropLast (line 995) | private void dropLast() { method containsString (line 1001) | private boolean containsString(String[] haystack, String needle) { method notLastToken (line 1007) | private boolean notLastToken(TokenType ... types) { method isLastToken (line 1015) | private boolean isLastToken(TokenType ...types) { method isLastText (line 1023) | private boolean isLastText(String ... strings) { method notLastText (line 1031) | private boolean notLastText(String ...strings) { method isSecondLastText (line 1038) | private boolean isSecondLastText(String text) { method isLastWord (line 1042) | private boolean isLastWord(String text) { FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/js/formatter/JavascriptFormatterConfig.java class JavascriptFormatterConfig (line 13) | public class JavascriptFormatterConfig { type BraceStyle (line 14) | enum BraceStyle { COLLAPSE, EXPAND, END_EXPAND } FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/parser/HttpRequestParser.java class HttpRequestParser (line 29) | public class HttpRequestParser extends ParserBase { method HttpRequestParser (line 33) | public HttpRequestParser(final IHttpRequestBuilder builder, boolean pa... method HttpRequestParser (line 38) | public HttpRequestParser(final IHttpRequestBuilder builder) { method parseRequest (line 51) | public void parseRequest(final String content) throws URISyntaxExcepti... method getRequestBuilder (line 69) | public IHttpRequestBuilder getRequestBuilder() { method parseRequestLine (line 83) | private int parseRequestLine(final LineParser parser, final IHttpReque... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/parser/HttpResponseParser.java class HttpResponseParser (line 27) | public class HttpResponseParser extends ParserBase { method HttpResponseParser (line 31) | public HttpResponseParser(final IHttpResponseBuilder builder, boolean ... method parseResponse (line 43) | public void parseResponse(final String content) throws UnsupportedEnco... method getResponseBuilder (line 60) | public IHttpResponseBuilder getResponseBuilder() { method parseStatusLine (line 73) | private int parseStatusLine(final LineParser parser, final IHttpRespon... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/parser/ParserBase.java class ParserBase (line 22) | public abstract class ParserBase { method stripLeadingWhitspace (line 30) | protected void stripLeadingWhitspace(final CharArrayBuffer buf, final ... method readLine (line 66) | protected int readLine(final CharArrayBuffer src, final ParserCursor s... method readLineHeader (line 101) | protected int readLineHeader(final CharArrayBuffer src, final ParserCu... method nextWord (line 149) | protected String nextWord(final CharArrayBuffer lnBuf, final ParserCur... method skipSpHt (line 169) | protected void skipSpHt(final CharArrayBuffer lnBuf, final ParserCurso... method parseHeaders (line 186) | protected void parseHeaders(final LineParser parser, final IHttpMessag... FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/search/SearchBar.java class SearchBar (line 38) | public class SearchBar extends Composite implements ModifyListener, KeyL... method SearchBar (line 52) | public SearchBar(Composite parent, ProjectionViewer viewer, Colors col... method configureViewer (line 67) | private void configureViewer(SourceViewer viewer) { method createSearchText (line 72) | private Text createSearchText() { method handleKeyEnter (line 86) | private void handleKeyEnter() { method handleFirstMatch (line 98) | private void handleFirstMatch() { method modifyText (line 106) | @Override method performSearch (line 117) | private void performSearch(String query) { method summarizeSearchResult (line 123) | private void summarizeSearchResult() { method clearResultSummary (line 140) | private void clearResultSummary() { method clearCurrentSearch (line 147) | private void clearCurrentSearch() { method inputDocumentAboutToBeChanged (line 153) | @Override method inputDocumentChanged (line 159) | @Override method isEventCtrlF (line 163) | private boolean isEventCtrlF(KeyEvent ev) { method isEventEscape (line 167) | private boolean isEventEscape(KeyEvent ev) { method toggleSearchBar (line 171) | private void toggleSearchBar() { method hideSearchBar (line 180) | private void hideSearchBar() { method displaySearchBar (line 186) | private void displaySearchBar() { method verifyKey (line 193) | @Override method keyPressed (line 204) | @Override method keyReleased (line 211) | @Override method matchChanged (line 216) | @Override FILE: platform/com.subgraph.vega.ui.httpeditor/src/com/subgraph/vega/ui/httpeditor/search/SearchResult.java class SearchResult (line 17) | class SearchResult { method SearchResult (line 24) | SearchResult(List matches) { method getCurrentIndex (line 29) | int getCurrentIndex() { method getResultCount (line 33) | int getResultCount() { method hasPrevious (line 37) | boolean hasPrevious() { method hasNext (line 41) | boolean hasNext() { method getFirstMatch (line 45) | IRegion getFirstMatch() { method getNextMatch (line 53) | IRegion getNextMatch() { method getPreviousMatch (line 61) | IRegion getPreviousMatch() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/Activator.java class Activator (line 22) | public class Activator extends AbstractUIPlugin { method Activator (line 35) | public Activator() { method start (line 42) | public void start(BundleContext context) throws Exception { method stop (line 54) | public void stop(BundleContext context) throws Exception { method getDefault (line 64) | public static Activator getDefault() { method getModel (line 68) | public IModel getModel() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/commands/CreateIdentity.java class CreateIdentity (line 26) | public class CreateIdentity extends AbstractHandler { method execute (line 28) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitiesview/AuthMethodComboViewer.java class AuthMethodComboViewer (line 24) | public class AuthMethodComboViewer extends ComboViewer { type AuthMethodSelection (line 25) | public enum AuthMethodSelection { method AuthMethodSelection (line 34) | private AuthMethodSelection(String name, IAuthMethod.AuthMethodType ... method getName (line 39) | public String getName() { method getAuthMethodType (line 43) | public IAuthMethod.AuthMethodType getAuthMethodType() { method AuthMethodComboViewer (line 48) | public AuthMethodComboViewer(Composite parent) { method createLabelProvider (line 58) | private ILabelProvider createLabelProvider() { method getAuthMethodSelection (line 67) | public AuthMethodSelection getAuthMethodSelection() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitiesview/IdentitiesView.java class IdentitiesView (line 30) | public class IdentitiesView extends ViewPart { method IdentitiesView (line 36) | public IdentitiesView() { method handleWorkspaceOpen (line 52) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 57) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 62) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method createPartControl (line 67) | @Override method setFocus (line 75) | @Override method createTreeViewer (line 80) | private void createTreeViewer(Composite parent) { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/AuthMethodHttpMacroTreeNode.java class AuthMethodHttpMacroTreeNode (line 19) | public class AuthMethodHttpMacroTreeNode implements IIdentityTreeNode { method AuthMethodHttpMacroTreeNode (line 23) | public AuthMethodHttpMacroTreeNode(IAuthMethod authMethod) { method getText (line 28) | @Override method getImagePath (line 33) | @Override method hasChildren (line 38) | @Override method getChildren (line 43) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/AuthMethodNtlmTreeNode.java class AuthMethodNtlmTreeNode (line 19) | public class AuthMethodNtlmTreeNode implements IIdentityTreeNode { method AuthMethodNtlmTreeNode (line 23) | public AuthMethodNtlmTreeNode(IAuthMethod authMethod) { method getText (line 31) | @Override method getImagePath (line 36) | @Override method hasChildren (line 41) | @Override method getChildren (line 46) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/AuthMethodRfc2617TreeNode.java class AuthMethodRfc2617TreeNode (line 19) | public class AuthMethodRfc2617TreeNode implements IIdentityTreeNode { method AuthMethodRfc2617TreeNode (line 23) | public AuthMethodRfc2617TreeNode(IAuthMethod authMethod) { method getText (line 29) | @Override method getImagePath (line 41) | @Override method hasChildren (line 46) | @Override method getChildren (line 51) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/AuthenticationTreeNode.java class AuthenticationTreeNode (line 19) | public class AuthenticationTreeNode implements IIdentityTreeNode { method AuthenticationTreeNode (line 25) | public AuthenticationTreeNode(IIdentity identity) { method getText (line 29) | @Override method getImagePath (line 34) | @Override method hasChildren (line 39) | @Override method getChildren (line 65) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/DictionaryTreeNode.java class DictionaryTreeNode (line 15) | public class DictionaryTreeNode implements IIdentityTreeNode { method DictionaryTreeNode (line 19) | public DictionaryTreeNode(IIdentity identity) { method getText (line 23) | @Override method getImagePath (line 28) | @Override method hasChildren (line 33) | @Override method getChildren (line 39) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/IIdentityTreeNode.java type IIdentityTreeNode (line 13) | public interface IIdentityTreeNode { method getText (line 14) | String getText(); method getImagePath (line 15) | String getImagePath(); method hasChildren (line 16) | boolean hasChildren(); method getChildren (line 17) | Object[] getChildren(); FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/IdentitiesViewerContentProvider.java class IdentitiesViewerContentProvider (line 25) | public class IdentitiesViewerContentProvider implements ITreeContentProv... method dispose (line 30) | @Override method inputChanged (line 37) | @Override method getElements (line 57) | @Override method getChildren (line 62) | @Override method getParent (line 67) | @Override method hasChildren (line 72) | @Override method handleEvent (line 77) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/IdentitiesViewerLabelProvider.java class IdentitiesViewerLabelProvider (line 19) | public class IdentitiesViewerLabelProvider extends LabelProvider { method getText (line 22) | @Override method getImage (line 27) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/IdentityTreeNode.java class IdentityTreeNode (line 18) | public class IdentityTreeNode implements IIdentityTreeNode { method IdentityTreeNode (line 23) | public IdentityTreeNode(IIdentity identity) { method getText (line 30) | @Override method getImagePath (line 35) | @Override method hasChildren (line 40) | @Override method getChildren (line 45) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/ScanExclusionsTreeNode.java class ScanExclusionsTreeNode (line 15) | public class ScanExclusionsTreeNode implements IIdentityTreeNode { method ScanExclusionsTreeNode (line 19) | public ScanExclusionsTreeNode(IIdentity identity) { method getText (line 23) | @Override method getImagePath (line 28) | @Override method hasChildren (line 33) | @Override method getChildren (line 38) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identityview/tree/StringTreeNode.java class StringTreeNode (line 3) | public class StringTreeNode implements IIdentityTreeNode { method StringTreeNode (line 6) | public StringTreeNode(String text) { method getText (line 10) | @Override method getImagePath (line 15) | @Override method hasChildren (line 20) | @Override method getChildren (line 25) | @Override FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/AuthMethodControlHttpMacro.java class AuthMethodControlHttpMacro (line 43) | public class AuthMethodControlHttpMacro extends Composite implements IAu... method AuthMethodControlHttpMacro (line 48) | AuthMethodControlHttpMacro(Composite parent, WizardPage page) { method getControl (line 56) | @Override method getAuthMethod (line 61) | @Override method createControls (line 68) | private void createControls() { method createMacrosTable (line 77) | private Composite createMacrosTable(Composite parent) { method createMacrosTableSelectionChangedListener (line 93) | private ISelectionChangedListener createMacrosTableSelectionChangedLis... method createMacrosTableColumns (line 102) | private void createMacrosTableColumns(TableViewer viewer, TableColumnL... method createMacrosTableButtons (line 122) | private Control createMacrosTableButtons(Composite parent) { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/AuthMethodControlNtlm.java class AuthMethodControlNtlm (line 28) | public class AuthMethodControlNtlm extends Composite implements IAuthMet... method AuthMethodControlNtlm (line 36) | public AuthMethodControlNtlm(Composite parent, WizardPage page) { method getControl (line 44) | @Override method getAuthMethod (line 49) | @Override method createControls (line 58) | private void createControls() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/AuthMethodControlRfc2617.java class AuthMethodControlRfc2617 (line 28) | public class AuthMethodControlRfc2617 extends Composite implements IAuth... method AuthMethodControlRfc2617 (line 34) | public AuthMethodControlRfc2617(Composite parent, WizardPage page, IAu... method getControl (line 43) | @Override method getAuthMethod (line 48) | @Override method createControls (line 55) | private void createControls() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IAuthMethodControl.java type IAuthMethodControl (line 17) | public interface IAuthMethodControl { method getControl (line 18) | Control getControl(); method getAuthMethod (line 19) | IAuthMethod getAuthMethod(); FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IIdentityWizardPage.java type IIdentityWizardPage (line 13) | public interface IIdentityWizardPage { method pageSelected (line 17) | public void pageSelected(); FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IdentityWizard.java class IdentityWizard (line 19) | public class IdentityWizard extends Wizard { method IdentityWizard (line 24) | public IdentityWizard() { method addPages (line 29) | @Override method performFinish (line 35) | @Override method getIdentity (line 44) | public IIdentity getIdentity() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IdentityWizardDialog.java class IdentityWizardDialog (line 19) | public class IdentityWizardDialog extends WizardDialog { method IdentityWizardDialog (line 21) | public IdentityWizardDialog(Shell parentShell, IWizard newWizard) { method createPageChangedListener (line 26) | private IPageChangedListener createPageChangedListener() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IdentityWizardPage1.java class IdentityWizardPage1 (line 26) | public class IdentityWizardPage1 extends WizardPage implements IIdentity... method IdentityWizardPage1 (line 31) | protected IdentityWizardPage1() { method createControl (line 37) | @Override method pageSelected (line 63) | @Override method getName (line 67) | public String getName() { method getAuthMethodSelection (line 71) | public AuthMethodSelection getAuthMethodSelection() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/IdentityWizardPage2.java class IdentityWizardPage2 (line 22) | public class IdentityWizardPage2 extends WizardPage implements IIdentity... method IdentityWizardPage2 (line 29) | protected IdentityWizardPage2(IdentityWizardPage1 page1) { method createControl (line 36) | @Override method pageSelected (line 45) | @Override method instAuthMethodControl (line 56) | private IAuthMethodControl instAuthMethodControl(AuthMethodComboViewer... method getAuthMethod (line 77) | public IAuthMethod getAuthMethod() { FILE: platform/com.subgraph.vega.ui.identity/src/com/subgraph/vega/ui/identity/identitywizard/MacrosTableContentProvider.java class MacrosTableContentProvider (line 18) | public class MacrosTableContentProvider implements IStructuredContentPro... method dispose (line 21) | @Override method inputChanged (line 25) | @Override method getElements (line 30) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemEditor.java class MacroItemEditor (line 47) | public class MacroItemEditor extends Composite implements IHttpBuilderPa... method MacroItemEditor (line 59) | public MacroItemEditor(Composite parent, IHttpRequestBuilder requestBu... method getControl (line 68) | @Override method setEditable (line 73) | @Override method refresh (line 83) | @Override method processContents (line 104) | @Override method setMacroItem (line 119) | public void setMacroItem(IHttpMacroItem macroItem) { method createConfigGroup (line 123) | private Composite createConfigGroup(Composite parent) { method createParamsGroup (line 139) | private Composite createParamsGroup(Composite parent) { method createParamsTable (line 151) | private Composite createParamsTable(Composite parent, GridData gd, int... method createParamsTableSelectionChangedListener (line 168) | private ISelectionChangedListener createParamsTableSelectionChangedLis... method createParamsTableColumns (line 180) | private void createParamsTableColumns(TableViewer viewer, TableColumnL... method createParamsButtons (line 223) | private Composite createParamsButtons(Composite parent) { method createCreateButtonSelectionListener (line 247) | private SelectionListener createCreateButtonSelectionListener() { method createRemoveButtonSelectionListener (line 256) | private SelectionListener createRemoveButtonSelectionListener() { method createMoveUpButtonSelectionListener (line 269) | private SelectionListener createMoveUpButtonSelectionListener() { method createMoveDownButtonSelectionListener (line 287) | private SelectionListener createMoveDownButtonSelectionListener() { FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemParamValueEditingSupport.java class MacroItemParamValueEditingSupport (line 20) | public class MacroItemParamValueEditingSupport extends EditingSupport { method MacroItemParamValueEditingSupport (line 23) | public MacroItemParamValueEditingSupport(TableViewer viewer) { method getCellEditor (line 28) | @Override method canEdit (line 33) | @Override method getValue (line 38) | @Override method setValue (line 43) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemParamValueSourceEditingSupport.java class MacroItemParamValueSourceEditingSupport (line 23) | public class MacroItemParamValueSourceEditingSupport extends EditingSupp... method MacroItemParamValueSourceEditingSupport (line 26) | public MacroItemParamValueSourceEditingSupport(TableViewer viewer) { method getCellEditor (line 31) | @Override method canEdit (line 44) | @Override method getValue (line 49) | @Override method setValue (line 57) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemParamsTableContentProvider.java class MacroItemParamsTableContentProvider (line 18) | public class MacroItemParamsTableContentProvider implements IStructuredC... method dispose (line 21) | @Override method inputChanged (line 25) | @Override method getElements (line 30) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemSelectionDialog.java class MacroItemSelectionDialog (line 28) | public class MacroItemSelectionDialog extends TitleAreaDialog { method MacroItemSelectionDialog (line 33) | public MacroItemSelectionDialog(Shell parentShell) { method isResizable (line 37) | @Override method okPressed (line 42) | @Override method create (line 48) | @Override method createDialogArea (line 55) | @Override method getSelectionList (line 70) | public List getSelectionList() { FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/internal/ui/macros/macrodialog/MacroItemTableContentProvider.java class MacroItemTableContentProvider (line 18) | public class MacroItemTableContentProvider implements IStructuredContent... method dispose (line 21) | @Override method inputChanged (line 25) | @Override method getElements (line 30) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/Activator.java class Activator (line 13) | public class Activator extends AbstractUIPlugin { method Activator (line 27) | public Activator() { method start (line 34) | public void start(BundleContext context) throws Exception { method stop (line 49) | public void stop(BundleContext context) throws Exception { method getDefault (line 59) | public static Activator getDefault() { method getModel (line 63) | public IModel getModel() { method getHttpRequestEngineFactoryService (line 67) | public IHttpRequestEngineFactory getHttpRequestEngineFactoryService() { FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/commands/CreateMacro.java class CreateMacro (line 20) | public class CreateMacro extends AbstractHandler { method execute (line 22) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrodialog/MacroDialog.java class MacroDialog (line 74) | public class MacroDialog extends TitleAreaDialog { method createDialog (line 91) | public static MacroDialog createDialog(Shell parentShell) { method createDialog (line 95) | static public MacroDialog createDialog(Shell parentShell, IHttpMacro m... method MacroDialog (line 108) | private MacroDialog(Shell parentShell, IHttpMacro macro) { method handleWorkspaceOpen (line 131) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 135) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 139) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method getMacro (line 143) | public IHttpMacro getMacro() { method isResizable (line 147) | @Override method okPressed (line 152) | @Override method create (line 171) | @Override method createDialogArea (line 178) | @Override method createMacroArea (line 193) | private Composite createMacroArea(Composite parent) { method createItemsArea (line 212) | private Composite createItemsArea(Composite parent) { method createItemsTable (line 225) | private Composite createItemsTable(Composite parent, GridData gd, int ... method createMacroItemTableSelectionChangedListener (line 242) | private ISelectionChangedListener createMacroItemTableSelectionChanged... method createItemsTableColumns (line 260) | private void createItemsTableColumns(TableViewer viewer, TableColumnLa... method createItemsButtons (line 317) | private Composite createItemsButtons(Composite parent) { method createAddItemButtonSelectionListener (line 347) | private SelectionListener createAddItemButtonSelectionListener() { method createMoveUpButtonSelectionListener (line 373) | private SelectionListener createMoveUpButtonSelectionListener() { method createMoveDownButtonSelectionListener (line 391) | private SelectionListener createMoveDownButtonSelectionListener() { method createRemoveButtonSelectionListener (line 412) | private SelectionListener createRemoveButtonSelectionListener() { method createItemEditor (line 425) | private Composite createItemEditor(Composite parent) { method createRequestTabFolderSelectionListener (line 458) | private SelectionListener createRequestTabFolderSelectionListener() { method setMacroItemSelected (line 482) | private void setMacroItemSelected(IHttpMacroItem macroItem) { FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrosview/MacrosView.java class MacrosView (line 30) | public class MacrosView extends ViewPart { method MacrosView (line 36) | public MacrosView() { method handleWorkspaceOpen (line 52) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 57) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 62) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method createPartControl (line 67) | @Override method setFocus (line 75) | @Override method createTreeViewer (line 80) | private void createTreeViewer(Composite parent) { FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrosview/tree/IMacroTreeNode.java type IMacroTreeNode (line 13) | public interface IMacroTreeNode { method getText (line 14) | String getText(); method getImagePath (line 15) | String getImagePath(); method hasChildren (line 16) | boolean hasChildren(); method getChildren (line 17) | Object[] getChildren(); FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrosview/tree/MacroTreeNode.java class MacroTreeNode (line 5) | public class MacroTreeNode implements IMacroTreeNode { method MacroTreeNode (line 9) | public MacroTreeNode(IHttpMacro macro) { method getText (line 13) | @Override method getImagePath (line 18) | @Override method hasChildren (line 23) | @Override method getChildren (line 28) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrosview/tree/MacroViewerContentProvider.java class MacroViewerContentProvider (line 25) | public class MacroViewerContentProvider implements ITreeContentProvider,... method dispose (line 30) | @Override method inputChanged (line 37) | @Override method getElements (line 56) | @Override method getChildren (line 61) | @Override method getParent (line 66) | @Override method hasChildren (line 71) | @Override method handleEvent (line 76) | @Override FILE: platform/com.subgraph.vega.ui.macros/src/com/subgraph/vega/ui/macros/macrosview/tree/MacroViewerLabelProvider.java class MacroViewerLabelProvider (line 19) | public class MacroViewerLabelProvider extends LabelProvider { method getText (line 22) | @Override method dispose (line 27) | @Override method getImage (line 33) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/Activator.java class Activator (line 26) | public class Activator extends AbstractUIPlugin { method Activator (line 43) | public Activator() { method start (line 50) | public void start(BundleContext context) throws Exception { method stop (line 75) | public void stop(BundleContext context) throws Exception { method getDefault (line 85) | public static Activator getDefault() { method getScanner (line 89) | public IScanner getScanner() { method getPathFinder (line 93) | public IPathFinder getPathFinder() { method getModel (line 97) | public IModel getModel() { method getXmlRepository (line 101) | public IXmlRepository getXmlRepository() { method getIScannerModuleRegistry (line 105) | public IScannerModuleRegistry getIScannerModuleRegistry() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/ScanExecutor.java class ScanExecutor (line 37) | public class ScanExecutor { method runScan (line 39) | public String runScan(Shell shell, String target) { method maybeLaunchScanFromWizard (line 55) | private String maybeLaunchScanFromWizard(Shell shell, NewScanWizard wi... method getCookieListForScope (line 84) | private List getCookieListForScope(List cookieStringLi... method getCookieList (line 93) | private List getCookieList(List cookieStringList, URI ... FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/ScanProbeTask.java class ScanProbeTask (line 23) | public class ScanProbeTask implements Runnable { method ScanProbeTask (line 30) | ScanProbeTask(Shell shell, IScan scan) { method run (line 35) | @Override method processTargetURI (line 52) | private void processTargetURI(final URI uri) { method processProbeResult (line 64) | private boolean processProbeResult(URI uri, IScanProbeResult probeResu... method isTrivialRedirect (line 89) | private boolean isTrivialRedirect(URI original, URI redirect) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/ScannerPerspectiveFactory.java class ScannerPerspectiveFactory (line 20) | public class ScannerPerspectiveFactory implements IPerspectiveFactory { method createInitialLayout (line 26) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/AlertTreeContentProvider.java class AlertTreeContentProvider (line 41) | public class AlertTreeContentProvider implements ITreeContentProvider, I... method dispose (line 53) | @Override method inputChanged (line 58) | @Override method setNullModel (line 69) | private void setNullModel() { method setNewModelAndViewer (line 76) | private void setNewModelAndViewer(IWorkspace newWorkspace) { method getElements (line 111) | @Override method getChildren (line 120) | @Override method getParent (line 129) | @Override method hasChildren (line 134) | @Override method removeAlert (line 142) | public void removeAlert(IScanAlert alert) { method handleNewScanAlert (line 148) | private void handleNewScanAlert(NewScanAlertEvent event) { method handleRemoveScanAlerts (line 155) | private void handleRemoveScanAlerts(RemoveScanAlertsEvent event) { method handleActiveScanInstance (line 162) | private void handleActiveScanInstance(final ActiveScanInstanceEvent ev... method handleRemoveScanInstance (line 176) | private void handleRemoveScanInstance(RemoveScanInstanceEvent event) { method chooseScanNode (line 187) | private AlertScanNode chooseScanNode() { method addActiveScan (line 204) | private void addActiveScan(IScanInstance scan) { method handleScanStatusChange (line 214) | private void handleScanStatusChange(ScanStatusChangeEvent event) { method refreshViewer (line 241) | private void refreshViewer() { method handleEvent (line 254) | @Override method createBlinkTask (line 269) | private TimerTask createBlinkTask() { method updateScanNodes (line 289) | private void updateScanNodes() { method isBlinkStateActive (line 302) | public boolean isBlinkStateActive() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/AlertTreeLabelProvider.java class AlertTreeLabelProvider (line 21) | public class AlertTreeLabelProvider extends LabelProvider { method AlertTreeLabelProvider (line 26) | public AlertTreeLabelProvider(AlertTreeContentProvider contentProvider) { method dispose (line 31) | @Override method getText (line 37) | @Override method getImage (line 54) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/CurrentScopeFilter.java class CurrentScopeFilter (line 18) | public class CurrentScopeFilter extends ViewerFilter { method CurrentScopeFilter (line 23) | public CurrentScopeFilter(IWorkspace workspace, ITargetScope currentSc... method select (line 28) | @Override method selectElement (line 33) | private boolean selectElement(Object element) { method selectAlertScanNode (line 49) | private boolean selectAlertScanNode(AlertScanNode node) { method selectAlertHostNode (line 58) | private boolean selectAlertHostNode(AlertHostNode node) { method selectAlertSeverityNode (line 67) | private boolean selectAlertSeverityNode(AlertSeverityNode node) { method selectAlertTitleNode (line 76) | private boolean selectAlertTitleNode(AlertTitleNode node) { method selectScanAlert (line 88) | private boolean selectScanAlert(IScanAlert alert) { method alertToRecord (line 101) | private IRequestLogRecord alertToRecord(IScanAlert alert) { method recordToUriPath (line 108) | private String recordToUriPath(IRequestLogRecord record) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/IAlertTreeNode.java type IAlertTreeNode (line 18) | public interface IAlertTreeNode { method getKey (line 19) | String getKey(); method remove (line 20) | void remove(); method addAlert (line 21) | void addAlert(IScanAlert alert); method removeAlert (line 22) | void removeAlert(IScanAlert alert); method hasChildren (line 23) | boolean hasChildren(); method getAlerts (line 24) | Collection getAlerts(); method getAlertCount (line 25) | int getAlertCount(); method getChildren (line 26) | Object[] getChildren(); method getLabel (line 27) | String getLabel(); method getImage (line 28) | String getImage(); method getScanInstance (line 29) | IScanInstance getScanInstance(); FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/PerspectiveTracker.java class PerspectiveTracker (line 8) | public class PerspectiveTracker implements IPerspectiveListener { method PerspectiveTracker (line 11) | public PerspectiveTracker(IWorkbenchPage page, StructuredViewer viewer) { method perspectiveActivated (line 19) | @Override method perspectiveChanged (line 29) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/ProxyPerspectiveFilter.java class ProxyPerspectiveFilter (line 9) | public class ProxyPerspectiveFilter extends ViewerFilter { method select (line 10) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/ScanAlertSorter.java class ScanAlertSorter (line 12) | public class ScanAlertSorter extends ViewerSorter { method compare (line 14) | @Override method category (line 35) | @Override method compareAlertNodes (line 44) | private int compareAlertNodes(AlertScanNode n1, AlertScanNode n2) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/ScanAlertView.java class ScanAlertView (line 58) | public class ScanAlertView extends ViewPart implements IDoubleClickListe... method createPartControl (line 75) | @Override method createPartListener (line 100) | private IPartListener2 createPartListener() { method dispose (line 124) | @Override method expandAll (line 131) | public void expandAll() { method collapseAll (line 137) | public void collapseAll() { method selectFirstScan (line 143) | private void selectFirstScan() { method workspaceChanged (line 150) | public void workspaceChanged(IWorkspace workspace) { method startNotifier (line 164) | public void startNotifier() { method stopNotifier (line 171) | public void stopNotifier() { method createBlinkTask (line 179) | private TimerTask createBlinkTask() { method setLabelImage (line 194) | private void setLabelImage(final Image image) { method setFocus (line 203) | @Override method doubleClick (line 209) | @Override method getSelection (line 218) | public IScan getSelection() { method getScanInstanceForSelection (line 227) | private IScanInstance getScanInstanceForSelection(IStructuredSelection... method setTitleImage (line 243) | public void setTitleImage(Image image) { method setFilterByScope (line 249) | public void setFilterByScope(boolean enabled) { method handleEvent (line 253) | @Override method createContextMenu (line 262) | private void createContextMenu(TreeViewer viewer) { method fillContextMenu (line 275) | private void fillContextMenu(IMenuManager manager) { method createContextMenuForScanAlert (line 290) | private void createContextMenuForScanAlert(IMenuManager manager, final... method createContextMenuForScanNode (line 302) | private void createContextMenuForScanNode(IMenuManager manager, final ... method createContextMenuForAlertTreeNode (line 334) | private void createContextMenuForAlertTreeNode(IMenuManager manager, f... method getAlertCountString (line 347) | private String getAlertCountString(int n) { method getAlertTreeNodeString (line 355) | private String getAlertTreeNodeString(IAlertTreeNode node) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/ScopeTracker.java class ScopeTracker (line 12) | public class ScopeTracker { method ScopeTracker (line 21) | ScopeTracker(StructuredViewer viewer) { method createScopeChangeListener (line 26) | private IEventHandler createScopeChangeListener() { method changeActiveScope (line 37) | private void changeActiveScope(ITargetScope activeScope) { method workspaceChanged (line 51) | public void workspaceChanged(IWorkspace workspace) { method setFilterByScopeEnabled (line 62) | public void setFilterByScopeEnabled(boolean value) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/SelectionTracker.java class SelectionTracker (line 25) | public class SelectionTracker implements ISelectionChangedListener { method SelectionTracker (line 32) | public SelectionTracker(IWorkbenchPage page) { method createScanEventHandler (line 37) | private IEventHandler createScanEventHandler() { method selectionChanged (line 48) | @Override method handleSelection (line 53) | private void handleSelection(IStructuredSelection selection) { method activateInfoView (line 68) | private void activateInfoView() { method setSelectedScanInstance (line 76) | private void setSelectedScanInstance(IScanInstance scanInstance) { method updateSourceProviders (line 88) | private void updateSourceProviders(IScanInstance scanInstance) { method updatePauseStateSourceProvider (line 94) | private void updatePauseStateSourceProvider(PauseStateSourceProvider p... method updateScannerStateSourceProvider (line 100) | private void updateScannerStateSourceProvider(ScannerStateSourceProvid... FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/WorkspaceTracker.java class WorkspaceTracker (line 11) | public class WorkspaceTracker implements IEventHandler { method create (line 13) | static WorkspaceTracker create(IModel model, ScanAlertView alertView, ... method WorkspaceTracker (line 23) | private WorkspaceTracker(ScanAlertView alertView, ScopeTracker scopeTr... method setCurrentWorkspace (line 28) | private void setCurrentWorkspace(IWorkspace workspace) { method handleEvent (line 33) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AbstractAlertTreeNode.java class AbstractAlertTreeNode (line 24) | abstract class AbstractAlertTreeNode implements IAlertTreeNode { method AbstractAlertTreeNode (line 28) | protected AbstractAlertTreeNode(AbstractAlertTreeNode parentNode) { method addAlert (line 32) | @Override method removeAlert (line 40) | @Override method remove (line 53) | @Override method getAlerts (line 61) | @Override method hasChildren (line 70) | @Override method getAlertCount (line 75) | @Override method getChildren (line 85) | @Override method removeNode (line 90) | public synchronized void removeNode(String key) { method getImage (line 94) | @Override method getScanInstance (line 99) | @Override method getNodeForAlert (line 108) | protected synchronized IAlertTreeNode getNodeForAlert(IScanAlert alert) { method createNodeForAlert (line 119) | abstract protected IAlertTreeNode createNodeForAlert(IScanAlert alert); method createKeyForAlert (line 120) | abstract protected String createKeyForAlert(IScanAlert alert); FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AlertHostNode.java class AlertHostNode (line 15) | public class AlertHostNode extends AbstractAlertTreeNode { method AlertHostNode (line 19) | AlertHostNode(AbstractAlertTreeNode parentNode, String hostname) { method getKey (line 24) | public String getKey() { method getLabel (line 28) | @Override method getImage (line 33) | @Override method createNodeForAlert (line 38) | @Override method createKeyForAlert (line 43) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AlertScanNode.java class AlertScanNode (line 22) | public class AlertScanNode extends AbstractAlertTreeNode { method AlertScanNode (line 31) | AlertScanNode(AbstractAlertTreeNode parentNode, long scanId, IWorkspac... method setScanInstance (line 37) | void setScanInstance(IScanInstance scanInstance) { method getScanInstance (line 41) | @Override method getLabel (line 46) | @Override method renderScanInstance (line 57) | private String renderScanInstance() { method createNodeForAlert (line 91) | @Override method getImage (line 96) | @Override method createKeyForAlert (line 105) | @Override method getScanId (line 124) | public long getScanId() { method getKey (line 128) | public String getKey() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AlertSeverityNode.java class AlertSeverityNode (line 17) | public class AlertSeverityNode extends AbstractAlertTreeNode { method AlertSeverityNode (line 25) | AlertSeverityNode(AbstractAlertTreeNode parentNode, Severity severity) { method getSeverity (line 30) | public Severity getSeverity() { method getKey (line 34) | public String getKey() { method getSeverityIndex (line 38) | public int getSeverityIndex() { method getLabel (line 53) | @Override method getImage (line 70) | @Override method createNodeForAlert (line 87) | @Override method createKeyForAlert (line 92) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AlertTitleNode.java class AlertTitleNode (line 22) | public class AlertTitleNode implements IAlertTreeNode { method AlertTitleNode (line 28) | AlertTitleNode(AlertSeverityNode parentNode, String title) { method getLabel (line 34) | @Override method getKey (line 42) | @Override method remove (line 47) | @Override method addAlert (line 53) | @Override method removeAlert (line 58) | @Override method getAlerts (line 63) | @Override method hasChildren (line 68) | @Override method getAlertCount (line 73) | @Override method getChildren (line 78) | @Override method getFirstAlert (line 87) | public IScanAlert getFirstAlert() { method getImage (line 94) | @Override method getScanInstance (line 99) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/alerts/tree/AlertTree.java class AlertTree (line 23) | public class AlertTree extends AbstractAlertTreeNode { method AlertTree (line 27) | public AlertTree(IWorkspace workspace) { method addScan (line 32) | public synchronized AlertScanNode addScan(IScanInstance scan) { method getKey (line 45) | public String getKey() { method getScanNode (line 49) | public synchronized AlertScanNode getScanNode(long scanId) { method getLabel (line 62) | @Override method createNodeForAlert (line 67) | @Override method createKeyForAlert (line 72) | @Override method removeAlerts (line 77) | public void removeAlerts(Collection alerts) { method removeScan (line 83) | public synchronized void removeScan(IScanInstance scanInstance) { method getScanNodes (line 91) | public synchronized List getScanNodes() { method removeNode (line 99) | public synchronized void removeNode(String key) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/AbstractScanHandler.java class AbstractScanHandler (line 14) | public abstract class AbstractScanHandler extends AbstractHandler { method execute (line 16) | @Override method getScanAlertView (line 29) | private ScanAlertView getScanAlertView(ExecutionEvent event) { method runCommand (line 39) | abstract protected void runCommand(ExecutionEvent event, IScan selecte... FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/AlertScopeFilterHandler.java class AlertScopeFilterHandler (line 13) | public class AlertScopeFilterHandler extends AbstractHandler { method execute (line 15) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/CollapseAllAlerts.java class CollapseAllAlerts (line 21) | public class CollapseAllAlerts extends AbstractHandler { method execute (line 23) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/ConfigureScanHandler.java class ConfigureScanHandler (line 19) | public class ConfigureScanHandler extends AbstractHandler { method execute (line 21) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/EditScopeHandler.java class EditScopeHandler (line 10) | public class EditScopeHandler extends AbstractHandler { method execute (line 12) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/ExpandAllAlerts.java class ExpandAllAlerts (line 21) | public class ExpandAllAlerts extends AbstractHandler { method execute (line 23) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/PauseScanHandler.java class PauseScanHandler (line 7) | public class PauseScanHandler extends AbstractScanHandler { method runCommand (line 8) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/PauseStateSourceProvider.java class PauseStateSourceProvider (line 12) | public class PauseStateSourceProvider extends AbstractSourceProvider { method dispose (line 22) | @Override method getCurrentState (line 26) | @Override method getProvidedSourceNames (line 33) | @Override method getCurrentPauseState (line 38) | private String getCurrentPauseState() { method setSelectedScan (line 48) | public void setSelectedScan(IScanInstance scanInstance) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/ScannerStateSourceProvider.java class ScannerStateSourceProvider (line 19) | public class ScannerStateSourceProvider extends AbstractSourceProvider { method dispose (line 25) | @Override method getCurrentState (line 29) | @Override method setScanSelectionIsActive (line 36) | public synchronized void setScanSelectionIsActive(boolean isActive) { method getCurrentScanSelectionState (line 43) | private String getCurrentScanSelectionState() { method getProvidedSourceNames (line 51) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/StartNewScanHandler.java class StartNewScanHandler (line 21) | public class StartNewScanHandler extends AbstractHandler { method execute (line 24) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/StopScannerHandler.java class StopScannerHandler (line 17) | public class StopScannerHandler extends AbstractScanHandler { method runCommand (line 18) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/commands/UnpauseScanHandler.java class UnpauseScanHandler (line 7) | public class UnpauseScanHandler extends AbstractScanHandler { method runCommand (line 9) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/AlertItemRow.java class AlertItemRow (line 23) | public class AlertItemRow extends Composite { method AlertItemRow (line 28) | public AlertItemRow(Composite parent, String title) { method incrementCount (line 48) | void incrementCount() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/AlertPane.java class AlertPane (line 29) | public class AlertPane extends Composite { method AlertPane (line 39) | AlertPane(Composite parent) { method dispose (line 46) | @Override method addSeverityCells (line 52) | private void addSeverityCells(Color background) { method createCellForSeverity (line 62) | private AlertSeverityCell createCellForSeverity(Severity s, Color back... method getImageKeyForSeverity (line 77) | private String getImageKeyForSeverity(Severity s) { method getLabelForSeverity (line 93) | private String getLabelForSeverity(Severity s) { method reset (line 109) | void reset() { method addAlert (line 120) | void addAlert(final IScanAlert alert) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/AlertSeverityCell.java class AlertSeverityCell (line 32) | public class AlertSeverityCell extends Composite { method AlertSeverityCell (line 42) | AlertSeverityCell(Composite parent, Color background, Image image, Ima... method setLabelForegroundGrey (line 79) | private void setLabelForegroundGrey(Label label) { method restoreLabelForeground (line 86) | private void restoreLabelForeground(Label label) { method addAlert (line 95) | void addAlert(IScanAlert alert) { method createAlertItemRow (line 109) | private AlertItemRow createAlertItemRow(String title) { method incrementTotalCount (line 118) | private void incrementTotalCount() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/CrawlerPane.java class CrawlerPane (line 23) | public class CrawlerPane extends Composite { method CrawlerPane (line 35) | CrawlerPane(Composite parent) { method setScannerPaused (line 60) | void setScannerPaused(boolean value) { method renderChanges (line 64) | void renderChanges() { method updateCrawlerProgress (line 80) | synchronized void updateCrawlerProgress(int status, String currentPath... method renderProgress (line 97) | private void renderProgress() { method renderLabel (line 116) | private void renderLabel() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/CrawlerProgressPane.java class CrawlerProgressPane (line 23) | public class CrawlerProgressPane extends Composite { method CrawlerProgressPane (line 31) | public CrawlerProgressPane(Composite parent, Color background) { method createPage (line 47) | private Composite createPage(Composite parent, Color background) { method createProgressLabel (line 54) | private Label createProgressLabel(Composite parent) { method createProgressBar (line 64) | private ProgressBar createProgressBar(Composite parent) { method setLabelText (line 74) | void setLabelText(String text) { method setProgressBarValue (line 85) | void setProgressBarValue(int value) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/DashboardPane.java class DashboardPane (line 40) | public class DashboardPane extends Composite implements IEventHandler { method DashboardPane (line 69) | public DashboardPane(Composite parent) { method createDisposeListener (line 80) | private void createDisposeListener() { method displayScanInstance (line 89) | public void displayScanInstance(IScanInstance scanInstance) { method getScanInstance (line 117) | public IScanInstance getScanInstance() { method reset (line 121) | public void reset() { method setProgressPaneVisible (line 131) | private void setProgressPaneVisible(final boolean flag) { method createDashboardForm (line 147) | private void createDashboardForm() { method createForm (line 178) | private static ScrolledForm createForm(Composite parent, FormToolkit t... method createFormText (line 184) | private static ScrolledFormText createFormText(Composite parent, FormT... method renderOutput (line 198) | private void renderOutput() { method renderCrawlerOutput (line 220) | private void renderCrawlerOutput() { method renderCrawlerSection (line 234) | private void renderCrawlerSection(StringBuilder sb) { method renderAlertSummary (line 262) | private void renderAlertSummary(StringBuilder sb) { method addIndented (line 271) | private void addIndented(StringBuilder sb, int indent, String text) { method addHeader (line 279) | private void addHeader(StringBuilder sb) { method addVSpaces (line 285) | private void addVSpaces(StringBuilder sb, int count) { method processAlert (line 292) | private void processAlert(IScanAlert alert) { method handleScannerStatusChanged (line 297) | private void handleScannerStatusChanged(ScanStatusChangeEvent event) { method maybeUpdateCrawler (line 302) | private void maybeUpdateCrawler(int status, String currentPath, int co... method maybeUpdateStatus (line 312) | private void maybeUpdateStatus(int status) { method createTimerTask (line 320) | private TimerTask createTimerTask() { method cancelRenderTask (line 334) | private void cancelRenderTask() { method startRenderTask (line 343) | private void startRenderTask() { method handleEvent (line 352) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dashboard/ShowDashboardHandler.java class ShowDashboardHandler (line 21) | public class ShowDashboardHandler extends AbstractHandler { method execute (line 23) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/dialogs/ScanConfigDialog.java class ScanConfigDialog (line 41) | public class ScanConfigDialog extends Dialog { method ScanConfigDialog (line 48) | public ScanConfigDialog(Shell parentShell) { method createDialogArea (line 53) | protected Control createDialogArea(Composite parent) { method createTabItemModules (line 68) | private void createTabItemModules(TabFolder tabFolder) { method createTabItemAuthentication (line 94) | private void createTabItemAuthentication(TabFolder tabFolder) { method createTabItemCookieString (line 157) | private void createTabItemCookieString(TabFolder tabFolder) { method createTabItemExclusions (line 178) | private void createTabItemExclusions(TabFolder tabFolder) { method createButtonsForButtonBar (line 225) | protected void createButtonsForButtonBar(Composite parent) { method createSaveButton (line 231) | protected Button createSaveButton(Composite parent, boolean defaultBu... method configureShell (line 251) | protected void configureShell(Shell newShell) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/info/AlertRenderer.java class AlertRenderer (line 53) | public class AlertRenderer { method AlertRenderer (line 67) | public AlertRenderer(TemplateLoader templateLoader) { method handleWorkspaceOpen (line 95) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 99) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 103) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method render (line 107) | public String render(IScanAlert alert) { method renderList (line 179) | public String renderList(List alerts) { method renderEntityEnclosingRequest (line 258) | private String renderEntityEnclosingRequest(HttpEntityEnclosingRequest... method renderBasicRequest (line 284) | private String renderBasicRequest(HttpRequest request) { method getAlertDocument (line 288) | private Document getAlertDocument(String name) { method findImage (line 307) | private String findImage(String imagePath) { method severityToString (line 320) | private String severityToString(IScanAlert.Severity s) { method severityToSeverityCSSClass (line 336) | private String severityToSeverityCSSClass(IScanAlert.Severity s) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/info/LinkHandler.java class LinkHandler (line 37) | public class LinkHandler extends BrowserFunction { method LinkHandler (line 42) | public LinkHandler(Browser browser, IServiceLocator serviceLocator) { method function (line 47) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/info/ScanInfoView.java class ScanInfoView (line 52) | public class ScanInfoView extends ViewPart implements IEventHandler { method ScanInfoView (line 66) | public ScanInfoView() { method createTemplateLoader (line 74) | private TemplateLoader createTemplateLoader() { method createPartControl (line 88) | @Override method resetState (line 134) | private void resetState() { method displayAlert (line 140) | private void displayAlert(IScanAlert alert) { method displayScanSummary (line 150) | private void displayScanSummary(final IScanInstance scan) { method showDashboard (line 165) | public void showDashboard() { method setFocus (line 173) | @Override method dispose (line 178) | public void dispose() { method handleEvent (line 184) | @Override method handleWorkspaceOpen (line 202) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceCloseEvent (line 206) | private void handleWorkspaceCloseEvent(WorkspaceCloseEvent event) { method handleWorkspaceResetEvent (line 211) | private void handleWorkspaceResetEvent(WorkspaceResetEvent event) { method handleActiveScanInstance (line 216) | private void handleActiveScanInstance(ActiveScanInstanceEvent event) { method handleRemoveScanAlertsEvent (line 220) | private void handleRemoveScanAlertsEvent(RemoveScanAlertsEvent event) { method handleRemoveScanInstanceEvent (line 231) | private void handleRemoveScanInstanceEvent(RemoveScanInstanceEvent eve... method setCurrentWorkspace (line 240) | private void setCurrentWorkspace(IWorkspace workspace) { method setActiveScanInstance (line 257) | private void setActiveScanInstance(IScanInstance scanInstance) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/preferences/IPreferenceConstants.java type IPreferenceConstants (line 13) | public interface IPreferenceConstants { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/preferences/ScannerDebugPreferenceInitializer.java class ScannerDebugPreferenceInitializer (line 19) | public class ScannerDebugPreferenceInitializer extends AbstractPreferenc... method ScannerDebugPreferenceInitializer (line 21) | public ScannerDebugPreferenceInitializer() { method initializeDefaultPreferences (line 27) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/preferences/ScannerDebugPreferencePage.java class ScannerDebugPreferencePage (line 21) | public class ScannerDebugPreferencePage extends FieldEditorPreferencePag... method ScannerDebugPreferencePage (line 24) | public ScannerDebugPreferencePage() { method init (line 28) | @Override method createFieldEditors (line 34) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/preferences/ScannerOptionsPreferenceInitializer.java class ScannerOptionsPreferenceInitializer (line 20) | public class ScannerOptionsPreferenceInitializer extends method ScannerOptionsPreferenceInitializer (line 23) | public ScannerOptionsPreferenceInitializer() { method initializeDefaultPreferences (line 35) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/preferences/ScannerOptionsPreferencePage.java class ScannerOptionsPreferencePage (line 22) | public class ScannerOptionsPreferencePage extends FieldEditorPreferenceP... method ScannerOptionsPreferencePage (line 25) | public ScannerOptionsPreferencePage() { method init (line 29) | @Override method createFieldEditors (line 35) | @Override method addIntegerField (line 48) | private void addIntegerField(String var, String description, int min, ... FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/scope/BasePathWidget.java class BasePathWidget (line 10) | public class BasePathWidget extends RemovableItemWidget { method BasePathWidget (line 12) | public BasePathWidget(Composite parent, StructuredViewer scopeViewer) { method verifyText (line 16) | @Override method handleInput (line 21) | @Override method handleRemoveElement (line 31) | @Override method getTableInput (line 40) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/scope/EditScopeDialog.java class EditScopeDialog (line 17) | public class EditScopeDialog extends Dialog { method EditScopeDialog (line 19) | public EditScopeDialog(Shell parentShell) { method getInitialSize (line 23) | @Override method isResizable (line 28) | @Override method createDialogArea (line 33) | @Override method createDialogPanel (line 40) | private void createDialogPanel(Composite parent) { method createLabel (line 55) | private void createLabel(Composite parent) { method createButtonsForButtonBar (line 61) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/scope/ExcludeWidget.java class ExcludeWidget (line 12) | public class ExcludeWidget extends RemovableItemWidget { method ExcludeWidget (line 14) | public ExcludeWidget(Composite parent, StructuredViewer scopeViewer) { method getTableInput (line 18) | @Override method verifyText (line 29) | @Override method handleInput (line 39) | @Override method handleRemoveElement (line 48) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/scope/RemovableItemWidget.java class RemovableItemWidget (line 44) | public abstract class RemovableItemWidget extends Composite { method RemovableItemWidget (line 54) | public RemovableItemWidget(Composite parent, String title, StructuredV... method reloadInput (line 70) | protected void reloadInput() { method createSelectionChangedListener (line 75) | private ISelectionChangedListener createSelectionChangedListener() { method getScopeFromSelection (line 85) | private ITargetScope getScopeFromSelection(ISelection selection) { method createModifyListener (line 96) | private ModifyListener createModifyListener() { method createTextSelectionListener (line 105) | private SelectionListener createTextSelectionListener() { method createSelectionListener (line 118) | private SelectionAdapter createSelectionListener() { method getTableInput (line 130) | abstract Object[] getTableInput(); method verifyText (line 131) | abstract boolean verifyText(String input); method handleInput (line 132) | abstract boolean handleInput(String input); method handleRemoveElement (line 133) | abstract boolean handleRemoveElement(Object element); method createText (line 135) | private Text createText(Composite parent, ModifyListener modifyListene... method createAddButton (line 151) | private Button createAddButton(Composite parent, SelectionListener sel... method createTableViewer (line 159) | private TableViewer createTableViewer(Composite parent) { method handleTableMouseDown (line 182) | private void handleTableMouseDown(Event e, TableViewer tableViewer) { method createDataColumn (line 200) | private void createDataColumn(TableViewer viewer, TableColumnLayout la... method createRemoveColumn (line 205) | private void createRemoveColumn(TableViewer viewer, TableColumnLayout ... method createTableColumn (line 219) | private TableViewerColumn createTableColumn(TableViewer viewer, TableC... FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/scope/ScopeSelector.java class ScopeSelector (line 25) | public class ScopeSelector extends Composite { method ScopeSelector (line 38) | public ScopeSelector(Composite parent, ITargetScopeManager scopeManage... method getViewer (line 59) | public ComboViewer getViewer() { method createText (line 63) | private Text createText(Composite parent) { method createTextSelectionListener (line 78) | private SelectionAdapter createTextSelectionListener() { method createComboViewer (line 91) | private ComboViewer createComboViewer(Composite parent) { method createAddButton (line 107) | private Button createAddButton(Composite parent) { method createEditButton (line 116) | private Button createEditButton(Composite parent) { method createRemoveButton (line 125) | private Button createRemoveButton(Composite parent) { method refreshScopeCombo (line 134) | private void refreshScopeCombo() { method createButton (line 140) | private Button createButton(Composite parent, String text, SelectionLi... method handleEdit (line 147) | private void handleEdit() { method handleRemove (line 151) | private void handleRemove() { method handleAdd (line 159) | private void handleAdd() { method setEditable (line 167) | private void setEditable() { method setReadOnly (line 181) | private void setReadOnly() { method getScopeFromCombo (line 188) | private ITargetScope getScopeFromCombo() { method setEnabledButtonsForState (line 200) | private void setEnabledButtonsForState() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/InScopeWebVisitor.java class InScopeWebVisitor (line 16) | public class InScopeWebVisitor implements IWebModelVisitor { method InScopeWebVisitor (line 21) | InScopeWebVisitor(ITargetScope scope) { method getScopeURIs (line 26) | public Collection getScopeURIs() { method visit (line 30) | @Override method visit (line 38) | @Override method visit (line 46) | @Override FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewScanAuthPage.java class NewScanAuthPage (line 28) | public class NewScanAuthPage extends WizardPage { method NewScanAuthPage (line 35) | protected NewScanAuthPage(Collection identities) { method createControl (line 45) | @Override method createIdentityPart (line 54) | private void createIdentityPart(Composite parent) { method createCookiesPart (line 75) | private void createCookiesPart(Composite parent) { method getCookieStringList (line 125) | public List getCookieStringList() { method getTableItemsAsString (line 129) | private List getTableItemsAsString(Table table) { method getScanIdentity (line 137) | public IIdentity getScanIdentity() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewScanModulesPage.java class NewScanModulesPage (line 18) | public class NewScanModulesPage extends WizardPage { method NewScanModulesPage (line 23) | NewScanModulesPage(List modules) { method createControl (line 31) | @Override method createModulesPart (line 39) | private void createModulesPart(Composite parent) { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewScanParameterPage.java class NewScanParameterPage (line 29) | public class NewScanParameterPage extends WizardPage { method NewScanParameterPage (line 38) | protected NewScanParameterPage(Collection parameterNames) { method getExcludedParameterNames (line 45) | public Set getExcludedParameterNames() { method createControl (line 53) | @Override method createGroupControl (line 65) | private Group createGroupControl(Composite parent) { method createEnableButton (line 75) | private void createEnableButton(Composite parent) { method createParameterExcludeList (line 90) | private void createParameterExcludeList(Composite parent) { method createAddRemoveWidget (line 106) | private void createAddRemoveWidget(Composite parent) { method handleAddParameter (line 140) | private void handleAddParameter() { method handleRemoveParameter (line 149) | private void handleRemoveParameter() { method updatePage (line 160) | private void updatePage() { method setAddRemoveWidgetDisabled (line 170) | private void setAddRemoveWidgetDisabled() { method setAddRemoveWidgetEnabled (line 176) | private void setAddRemoveWidgetEnabled() { method setAddRemoveButtonsEnabledForState (line 180) | private void setAddRemoveButtonsEnabledForState() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewScanTargetPage.java class NewScanTargetPage (line 30) | public class NewScanTargetPage extends WizardPage { method NewScanTargetPage (line 45) | public NewScanTargetPage(IWorkspace workspace, String targetValue) { method isTargetValid (line 53) | public boolean isTargetValid() { method isValidScope (line 57) | private boolean isValidScope(ITargetScope scope) { method getScanTargetScope (line 61) | public ITargetScope getScanTargetScope() { method getUriTextIfValid (line 69) | public String getUriTextIfValid() { method createControl (line 78) | @Override method createTargetGroup (line 94) | private void createTargetGroup(Composite parent) { method createTargetGroupControl (line 100) | private Group createTargetGroupControl(Composite parent) { method createBaseURIControls (line 111) | private void createBaseURIControls(Composite parent) { method setUriScopeFromText (line 139) | private void setUriScopeFromText(String text) { method createScopeControls (line 151) | private void createScopeControls(Composite parent) { method handleEditScopes (line 199) | private void handleEditScopes() { method refreshScopeCombo (line 206) | private void refreshScopeCombo() { method createScopeURIGroup (line 212) | private void createScopeURIGroup(Composite parent) { method updatePage (line 239) | private void updatePage() { method refreshScopeUriList (line 246) | private void refreshScopeUriList(ITargetScope scope) { method enableButtonForIncludeModel (line 257) | private void enableButtonForIncludeModel() { method maybeDisplayError (line 261) | private void maybeDisplayError() { method maybeDisplayErrorForUriText (line 271) | private void maybeDisplayErrorForUriText() { method maybeDisplayErrorForScopeCombo (line 282) | private void maybeDisplayErrorForScopeCombo() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewScanWizard.java class NewScanWizard (line 27) | public class NewScanWizard extends Wizard { method NewScanWizard (line 41) | public NewScanWizard(String target, Collection identities, ... method addPages (line 59) | @Override method canFinish (line 67) | @Override method performFinish (line 72) | @Override method dispose (line 82) | @Override method getScanTargetScope (line 88) | public ITargetScope getScanTargetScope() { method getTargetField (line 92) | public String getTargetField() { method getCookieStringList (line 96) | public List getCookieStringList() { method getScanIdentity (line 100) | public IIdentity getScanIdentity() { method getExcludedParameterNames (line 104) | public Set getExcludedParameterNames() { FILE: platform/com.subgraph.vega.ui.scanner/src/com/subgraph/vega/ui/scanner/wizards/NewWizardDialog.java class NewWizardDialog (line 18) | public class NewWizardDialog extends WizardDialog { method NewWizardDialog (line 20) | public NewWizardDialog(Shell parentShell, IWizard newWizard) { FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/internal/ui/tags/taggableeditor/TagModifier.java class TagModifier (line 19) | public class TagModifier implements ITag { method TagModifier (line 27) | public TagModifier(ITag tagOrig) { method getTagOrig (line 36) | public ITag getTagOrig() { method isModified (line 40) | public boolean isModified() { method setName (line 44) | @Override method getName (line 50) | @Override method setDescription (line 55) | @Override method getDescription (line 61) | @Override method setNameColor (line 66) | @Override method getNameColor (line 72) | @Override method setRowColor (line 77) | @Override method getRowColor (line 83) | @Override method store (line 88) | public void store(ITagModel tagModel) { FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/internal/ui/tags/taggableeditor/TagTableCheckStateManager.java class TagTableCheckStateManager (line 20) | public class TagTableCheckStateManager implements ICheckStateProvider, I... method checkStateChanged (line 23) | @Override method isChecked (line 33) | @Override method isGrayed (line 38) | @Override method addChecked (line 43) | public void addChecked(TagModifier tagModifier) { method getCheckedList (line 47) | public List getCheckedList() { FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/internal/ui/tags/taggableeditor/TagTableContentProvider.java class TagTableContentProvider (line 18) | public class TagTableContentProvider implements IStructuredContentProvid... method dispose (line 21) | @Override method inputChanged (line 25) | @Override method getElements (line 30) | @Override FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/internal/ui/tags/taggableeditor/TagTableLabelProvider.java class TagTableLabelProvider (line 17) | public class TagTableLabelProvider implements ILabelProvider { method addListener (line 19) | @Override method dispose (line 23) | @Override method isLabelProperty (line 27) | @Override method removeListener (line 32) | @Override method getImage (line 36) | @Override method getText (line 41) | @Override FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/internal/ui/tags/taggableeditor/TagTableSearchFilter.java class TagTableSearchFilter (line 16) | public class TagTableSearchFilter extends ViewerFilter { method setMatchFilter (line 19) | public void setMatchFilter(String matchFilter) { method select (line 23) | @Override FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/ui/tags/Activator.java class Activator (line 12) | public class Activator extends AbstractUIPlugin { method Activator (line 25) | public Activator() { method start (line 32) | public void start(BundleContext context) throws Exception { method stop (line 44) | public void stop(BundleContext context) throws Exception { method getDefault (line 54) | public static Activator getDefault() { method getModel (line 58) | public IModel getModel() { FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/ui/tags/tageditor/TagEditorDialog.java class TagEditorDialog (line 38) | public class TagEditorDialog extends TitleAreaDialog { method createDialog (line 48) | static public TagEditorDialog createDialog(Shell parentShell, TagModif... method TagEditorDialog (line 61) | private TagEditorDialog(Shell parentShell, TagModifier tag, ITagModifi... method create (line 67) | @Override method createDialogArea (line 74) | @Override method okPressed (line 87) | @Override method cancelPressed (line 103) | @Override method createGaplessGridLayout (line 114) | private GridLayout createGaplessGridLayout(int numColumns, boolean mak... method createArea (line 125) | private Group createArea(Composite parent) { method createNameControl (line 138) | private Composite createNameControl(Composite parent) { method createDescControl (line 158) | private Composite createDescControl(Composite parent) { method createColorControl (line 180) | private Composite createColorControl(Composite parent) { method setTagFields (line 211) | private void setTagFields() { method tagColorToRgb (line 227) | private RGB tagColorToRgb(int color) { method rgbToTagColor (line 231) | private int rgbToTagColor(RGB rgb) { method confirmLoseTagModification (line 235) | private boolean confirmLoseTagModification() { FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/ui/tags/taggableeditor/TaggableEditorDialog.java class TaggableEditorDialog (line 64) | public class TaggableEditorDialog extends TitleAreaDialog implements ITa... method createDialog (line 83) | static public TaggableEditorDialog createDialog(Shell parentShell, ITa... method TaggableEditorDialog (line 97) | private TaggableEditorDialog(Shell parentShell, ITaggable taggable) { method initialize (line 116) | private void initialize() { method handleWorkspaceOpen (line 121) | private void handleWorkspaceOpen(WorkspaceOpenEvent event) { method handleWorkspaceClose (line 125) | private void handleWorkspaceClose(WorkspaceCloseEvent event) { method handleWorkspaceReset (line 130) | private void handleWorkspaceReset(WorkspaceResetEvent event) { method create (line 134) | @Override method createDialogArea (line 142) | @Override method okPressed (line 170) | @Override method cancelPressed (line 188) | @Override method close (line 205) | @Override method createGaplessGridLayout (line 214) | private GridLayout createGaplessGridLayout(int numColumns, boolean mak... method createTagsArea (line 225) | private Control createTagsArea(Composite parent) { method createTagFilterModifyListener (line 244) | private ModifyListener createTagFilterModifyListener() { method createTagTable (line 259) | private Control createTagTable(Composite parent, GridData gd, int heig... method createSelectionChangedListener (line 272) | private ISelectionChangedListener createSelectionChangedListener() { method createTagAreaButtonsControl (line 286) | private Composite createTagAreaButtonsControl(Composite parent) { method createSelectionListenerCreateButton (line 302) | private SelectionListener createSelectionListenerCreateButton() { method createSelectionListenerEditButton (line 318) | private SelectionListener createSelectionListenerEditButton() { method createTagInfoArea (line 334) | private Group createTagInfoArea(Composite parent) { method createTagInfoNameControl (line 346) | private Composite createTagInfoNameControl(Composite parent) { method createTagInfoDescControl (line 361) | private Composite createTagInfoDescControl(Composite parent) { method createTagInfoColorControl (line 378) | private Composite createTagInfoColorControl(Composite parent) { method tagColorToRgb (line 397) | private RGB tagColorToRgb(int color) { method setTagSelected (line 401) | private void setTagSelected(TagModifier tag) { method confirmLoseTagModifications (line 420) | private boolean confirmLoseTagModifications(int cnt) { method validate (line 431) | @Override FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/ui/tagsl/taggablepopup/ITagModifierValidator.java type ITagModifierValidator (line 15) | public interface ITagModifierValidator { method validate (line 21) | String validate(TagModifier modifier); FILE: platform/com.subgraph.vega.ui.tags/src/com/subgraph/vega/ui/tagsl/taggablepopup/TaggablePopupDialog.java class TaggablePopupDialog (line 35) | public class TaggablePopupDialog extends PopupDialog { method TaggablePopupDialog (line 41) | public TaggablePopupDialog(Shell parent, ITaggable taggable, Point ori... method createDialogArea (line 48) | @Override method hasInfoArea (line 74) | @Override method hasTitleArea (line 79) | @Override method getInitialLocation (line 84) | @Override method getBackground (line 91) | @Override method getForegroundColorExclusions (line 96) | @SuppressWarnings({ "rawtypes", "unchecked" }) method createTagLabel (line 106) | private Label createTagLabel(Composite parent, ITag tag) { method tagColorToColor (line 119) | private Color tagColorToColor(Device device, int color) { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/internal/ui/util/PopupConfigDialog.java class PopupConfigDialog (line 26) | public class PopupConfigDialog extends PopupDialog { method PopupConfigDialog (line 37) | public PopupConfigDialog(Shell parentShell, Point origin, IConfigDialo... method close (line 43) | @Override method getFocusControl (line 50) | @Override method getInitialLocation (line 55) | @Override method createDialogArea (line 62) | @Override method createContents (line 67) | @Override method createHorizontalSeparator (line 98) | private Control createHorizontalSeparator(Composite parent) { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/internal/ui/util/TitleAreaConfigDialog.java class TitleAreaConfigDialog (line 20) | public class TitleAreaConfigDialog extends TitleAreaDialog { method TitleAreaConfigDialog (line 24) | public TitleAreaConfigDialog(Shell parentShell, IConfigDialogContent c... method isResizable (line 29) | @Override method create (line 34) | @Override method okPressed (line 41) | @Override method close (line 47) | @Override method createDialogArea (line 53) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/Activator.java class Activator (line 12) | public class Activator extends AbstractUIPlugin { method Activator (line 24) | public Activator() { method start (line 31) | public void start(BundleContext context) throws Exception { method stop (line 42) | public void stop(BundleContext context) throws Exception { method getDefault (line 52) | public static Activator getDefault() { method getModel (line 56) | public IModel getModel() { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/dialogs/ConfigDialogCreator.java class ConfigDialogCreator (line 26) | public class ConfigDialogCreator { method createDialog (line 28) | public static Window createDialog(ExecutionEvent event, IConfigDialogC... method createDialog (line 33) | public static Window createDialog(ToolItem toolItem, IConfigDialogCont... method createDialog (line 38) | public static Window createDialog(Shell parentShell, Point origin, ICo... method eventToPoint (line 47) | private static Point eventToPoint(ExecutionEvent event) { method toolItemToPoint (line 57) | private static Point toolItemToPoint(ToolItem toolItem) { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/dialogs/ErrorDialog.java class ErrorDialog (line 18) | public class ErrorDialog { method displayError (line 20) | static public void displayError(Shell shell, String text) { method displayExceptionError (line 30) | static public void displayExceptionError(Shell shell, Exception e) { method displayExceptionError (line 40) | static public void displayExceptionError(Shell shell, NullPointerExcep... FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/dialogs/IConfigDialogContent.java type IConfigDialogContent (line 17) | public interface IConfigDialogContent { method createContents (line 18) | Composite createContents(Composite parent); method getTitle (line 19) | String getTitle(); method getMessage (line 20) | String getMessage(); method getFocusControl (line 21) | Control getFocusControl(); method onClose (line 22) | void onClose(); method onOk (line 23) | void onOk(); FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/AlertExportWizard.java class AlertExportWizard (line 12) | public class AlertExportWizard extends Wizard { method AlertExportWizard (line 19) | public AlertExportWizard(IScanInstance s) { method AlertExportWizard (line 24) | public AlertExportWizard() { method addPages (line 28) | @Override method performFinish (line 39) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageOne.java class ExportWizardPageOne (line 17) | public class ExportWizardPageOne extends WizardPage { method ExportWizardPageOne (line 24) | protected ExportWizardPageOne() { method createControl (line 31) | @Override method getChoice (line 79) | protected String getChoice() { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageThree.java class ExportWizardPageThree (line 21) | public class ExportWizardPageThree extends WizardPage { method ExportWizardPageThree (line 31) | protected ExportWizardPageThree() { method createControl (line 40) | @Override method doFileDialog (line 94) | private void doFileDialog(Shell shell) { method getSaveFilename (line 106) | String getSaveFilename() { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/export/ExportWizardPageTwo.java class ExportWizardPageTwo (line 35) | public class ExportWizardPageTwo extends WizardPage { method ExportWizardPageTwo (line 50) | protected ExportWizardPageTwo(IScanInstance s) { method createControl (line 65) | @Override method allAlertsFromTree (line 213) | protected List allAlertsFromTree() { method statusToString (line 230) | private String statusToString(int status) { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/images/ImageCache.java class ImageCache (line 21) | public class ImageCache { method ImageCache (line 26) | public ImageCache(String pluginId) { method get (line 30) | public Image get(String key) { method getDisabled (line 34) | public Image getDisabled(String key) { method getDisabledImageAndCache (line 44) | private Image getDisabledImageAndCache(String key) { method get (line 53) | public Image get(ImageDescriptor descriptor) { method getDescriptor (line 63) | private ImageDescriptor getDescriptor(String key) { method getImageAndCache (line 67) | private Image getImageAndCache(ImageDescriptor descriptor) { method dispose (line 73) | public void dispose() { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/modules/ModuleRegistryCheckStateProvider.java class ModuleRegistryCheckStateProvider (line 20) | public class ModuleRegistryCheckStateProvider implements ICheckStateProv... method ModuleRegistryCheckStateProvider (line 25) | public ModuleRegistryCheckStateProvider(CheckboxTreeViewer viewer) { method isChecked (line 29) | @Override method isGrayed (line 41) | @Override method setEnableStateForCategory (line 51) | private void setEnableStateForCategory(String category, boolean state) { method setTreeData (line 58) | void setTreeData(ModuleTreeData treeData) { method checkStateChanged (line 62) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/modules/ModuleRegistryContentProvider.java class ModuleRegistryContentProvider (line 20) | public class ModuleRegistryContentProvider implements ITreeContentProvid... method ModuleRegistryContentProvider (line 26) | public ModuleRegistryContentProvider(ModuleRegistryCheckStateProvider ... method dispose (line 30) | @Override method inputChanged (line 34) | @Override method getElements (line 43) | @Override method getChildren (line 51) | @Override method getParent (line 59) | @Override method hasChildren (line 67) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/modules/ModuleRegistryLabelProvider.java class ModuleRegistryLabelProvider (line 17) | public class ModuleRegistryLabelProvider extends LabelProvider { method getText (line 19) | public String getText(Object element) { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/modules/ModuleTreeData.java class ModuleTreeData (line 21) | public class ModuleTreeData { method ModuleTreeData (line 25) | ModuleTreeData(List modules) { method populateModuleMap (line 30) | private void populateModuleMap(List modules) { method getModuleListForCategory (line 35) | public List getModuleListForCategory(String categoryNa... method setEnableStateForCategory (line 41) | void setEnableStateForCategory(String category, boolean state) { method someEnabledInCategory (line 48) | boolean someEnabledInCategory(String category) { method allEnabledInCategory (line 57) | boolean allEnabledInCategory(String category) { method getAllCategories (line 66) | List getAllCategories() { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/preferencepage/AppearancePreferencePage.java class AppearancePreferencePage (line 20) | public class AppearancePreferencePage extends FieldEditorPreferencePage ... method AppearancePreferencePage (line 22) | public AppearancePreferencePage() { method init (line 26) | @Override method createFieldEditors (line 32) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/preferencepage/IPreferenceConstants.java type IPreferenceConstants (line 13) | public interface IPreferenceConstants { FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/preferencepage/PreferenceInitializer.java class PreferenceInitializer (line 18) | public class PreferenceInitializer extends AbstractPreferenceInitializer... method PreferenceInitializer (line 20) | public PreferenceInitializer() { method initializeDefaultPreferences (line 25) | @Override FILE: platform/com.subgraph.vega.ui.util/src/com/subgraph/vega/ui/util/preferences/VegaPreferencePage.java class VegaPreferencePage (line 29) | public abstract class VegaPreferencePage extends PreferencePage implemen... method VegaPreferencePage (line 32) | protected VegaPreferencePage() { method VegaPreferencePage (line 36) | protected VegaPreferencePage(String title) { method VegaPreferencePage (line 40) | protected VegaPreferencePage(String title, ImageDescriptor image) { method createContents (line 44) | @Override method createPage (line 63) | abstract protected Control createPage(Composite parent); method performDefaults (line 65) | @Override method performOk (line 74) | @Override method propertyChange (line 85) | @Override method addField (line 101) | protected void addField(FieldEditor editor) { method checkState (line 105) | private void checkState() { FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/tree/ITreeAdapter.java type ITreeAdapter (line 13) | public interface ITreeAdapter { method getChildren (line 14) | Object[] getChildren(E item); method getChildrenCount (line 15) | int getChildrenCount(E item); method getParent (line 16) | Object getParent(E item); method getLabel (line 17) | String getLabel(E item); FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/tree/web/WebHostTreeStrategy.java class WebHostTreeStrategy (line 21) | public class WebHostTreeStrategy implements ITreeAdapter { method getChildren (line 24) | @Override method getChildrenCount (line 39) | @Override method getParent (line 44) | @Override method getLabel (line 49) | @Override FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/tree/web/WebModelAdapter.java class WebModelAdapter (line 20) | public class WebModelAdapter { method getChildren (line 28) | public Object[] getChildren(Object parentElement) { method getParent (line 39) | public Object getParent(Object element) { method hasChildren (line 50) | public boolean hasChildren(Object element) { method childCount (line 54) | private int childCount(Object element) { method getLabel (line 65) | public String getLabel(Object element) { FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/tree/web/WebPathTreeStrategy.java class WebPathTreeStrategy (line 20) | public class WebPathTreeStrategy implements ITreeAdapter { method getChildren (line 22) | @Override method collapsedNode (line 38) | private Object collapsedNode(IWebPath root, IWebPath p) { method getChildrenCount (line 53) | @Override method getParent (line 58) | @Override method getLabel (line 68) | @Override method prevLabel (line 80) | private String prevLabel(IWebPath item) { FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/tree/web/WebResponseTreeStrategy.java class WebResponseTreeStrategy (line 16) | public class WebResponseTreeStrategy implements ITreeAdapter{ method getChildren (line 18) | @Override method getChildrenCount (line 23) | @Override method getParent (line 28) | @Override method getLabel (line 33) | @Override method getPathLabel (line 38) | private String getPathLabel(IWebResponse item) { method getQueryLabel (line 45) | private String getQueryLabel(IWebResponse item) { FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/Activator.java class Activator (line 23) | public class Activator extends AbstractUIPlugin { method Activator (line 37) | public Activator() { method start (line 44) | public void start(BundleContext context) throws Exception { method stop (line 57) | public void stop(BundleContext context) throws Exception { method getDefault (line 67) | public static Activator getDefault() { method getWebCrawlerFactory (line 71) | public IWebCrawlerFactory getWebCrawlerFactory() { method getModel (line 75) | public IModel getModel() { FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/commands/CollapseAllHandler.java class CollapseAllHandler (line 11) | public class CollapseAllHandler extends AbstractHandler { method execute (line 13) | @Override FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/commands/ExpandAllHandler.java class ExpandAllHandler (line 11) | public class ExpandAllHandler extends AbstractHandler { method execute (line 13) | @Override FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/commands/FilterByScopeHandler.java class FilterByScopeHandler (line 13) | public class FilterByScopeHandler extends AbstractHandler { method execute (line 15) | @Override FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/commands/HideUnvisitedHandler.java class HideUnvisitedHandler (line 24) | public class HideUnvisitedHandler extends AbstractHandler { method execute (line 26) | @Override FILE: platform/com.subgraph.vega.ui.web/src/com/subgraph/vega/ui/web/views/AbstractScopeAction.java class AbstractScopeAction (line 19) | public abstract class AbstractScopeAction extends Action { method AbstractScopeAction (line 23) | AbstractScopeAction(StructuredViewer viewer, IModel model, String text) { method handleSelectedURI (line 30) | abstract protected void handleSelectedURI(ITargetScope scope, URI uri); method isEnabledForURIs (line 31) | abstract protected boolean isEnabledForURIs(ITargetScope scope, List