Revision: 19992 http://sourceforge.net/p/gate/code/19992 Author: markagreenwood Date: 2017-01-25 15:52:17 +0000 (Wed, 25 Jan 2017) Log Message: ----------- another constructor with no body yet
Modified Paths: -------------- gate/branches/sawdust2/gate-core/src/main/java/gate/creole/ResourceReference.java Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/creole/ResourceReference.java =================================================================== --- gate/branches/sawdust2/gate-core/src/main/java/gate/creole/ResourceReference.java 2017-01-25 15:43:32 UTC (rev 19991) +++ gate/branches/sawdust2/gate-core/src/main/java/gate/creole/ResourceReference.java 2017-01-25 15:52:17 UTC (rev 19992) @@ -31,6 +31,10 @@ public ResourceReference(Plugin plugin, String path) throws IOException { actualURL = new URL(plugin.getBaseURL(), path); } + + public ResourceReference(ResourceReference base, String path) throws IOException { + //possibly use URI to do the resolving but keep inside the plugin + } public InputStream openStream() throws IOException { return actualURL.openStream(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs