Revision: 19498
          http://sourceforge.net/p/gate/code/19498
Author:   markagreenwood
Date:     2016-08-11 11:43:27 +0000 (Thu, 11 Aug 2016)
Log Message:
-----------
some code comments

Modified Paths:
--------------
    gate/branches/sawdust2/src/main/java/gate/Plugin.java

Modified: gate/branches/sawdust2/src/main/java/gate/Plugin.java
===================================================================
--- gate/branches/sawdust2/src/main/java/gate/Plugin.java       2016-08-11 
01:22:52 UTC (rev 19497)
+++ gate/branches/sawdust2/src/main/java/gate/Plugin.java       2016-08-11 
11:43:27 UTC (rev 19498)
@@ -76,15 +76,23 @@
    */
   protected transient boolean valid = true;
   
+  /**
+   * This is the URL against which all relative URLs in the CREOLE
+   * metadata are resolved
+   */
   protected transient URL baseURL;
   
   protected transient String name;
 
   /**
-   * The list of {@link Gate.ResourceInfo} objects.
+   * The list of {@link Gate.ResourceInfo} objects within this plugin
    */
   protected transient List<ResourceInfo> resourceInfoList = null;
   
+  /**
+   * The set of other plugins that must be loaded prior to the loading
+   * of this plugin
+   */
   protected transient Set<Plugin> requiredPlugins = null;
 
   public abstract org.jdom.Document getCreoleXML() throws Exception,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to