1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

move Import attribute to right place

This commit is contained in:
Kevin Glynn 2011-01-10 11:45:19 +01:00
parent 6f76bbc7f9
commit 38ebf673fb
91 changed files with 247 additions and 247 deletions
CS2JLibrary/NetFramework
ICSharpCode/SharpZipLib/Zip
System
ArgumentException.xmlArray.xml
Collections
Configuration
Console.xmlConvert.xmlDateTime.xmlDouble.xmlEnum.xmlEnvironment.xmlException.xml
Globalization
Guid.xmlICloneable.xmlIDisposable.xml
IO
Int32.xmlInvalidCastException.xml
Net
NotImplementedException.xmlNumber.xml
Reflection
Resources
Security/Cryptography/X509Certificates
String.xmlStringSplitOptions.xml
Text
TimeSpan.xmlType.xmlUri.xml
Web
Xml
CSharpTranslator/antlr3/src/cs2j/CLR

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.zip.ZipEntry</string> <Import>java.util.zip.ZipEntry</Import>
</Imports> </Imports>
<Java>ZipEntry</Java> <Java>ZipEntry</Java>
<Name>ICSharpCode.SharpZipLib.Zip.ZipEntry</Name> <Name>ICSharpCode.SharpZipLib.Zip.ZipEntry</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.zip.ZipInputStream</string> <Import>java.util.zip.ZipInputStream</Import>
</Imports> </Imports>
<Java>ZipInputStream</Java> <Java>ZipInputStream</Java>
<Name>ICSharpCode.SharpZipLib.Zip.ZipInputStream</Name> <Name>ICSharpCode.SharpZipLib.Zip.ZipInputStream</Name>
@ -26,7 +26,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.InputStream</string> <Import>java.io.InputStream</Import>
</Imports> </Imports>
<Java>new ZipInputStream(${baseInputStream})</Java> <Java>new ZipInputStream(${baseInputStream})</Java>
<Params> <Params>

@ -19,7 +19,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.ArgumentException</string> <Import>RusticiSoftware.System.ArgumentException</Import>
</Imports> </Imports>
<Java>new ArgumentException(${message})</Java> <Java>new ArgumentException(${message})</Java>
<Params> <Params>
@ -45,7 +45,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.ArgumentException</string> <Import>RusticiSoftware.System.ArgumentException</Import>
</Imports> </Imports>
<Java>new ArgumentException(${message}, ${inner})</Java> <Java>new ArgumentException(${message}, ${inner})</Java>
<Params> <Params>
@ -61,7 +61,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.ArgumentException</string> <Import>RusticiSoftware.System.ArgumentException</Import>
</Imports> </Imports>
<Java>new ArgumentException(${message}, ${paramName})</Java> <Java>new ArgumentException(${message}, ${paramName})</Java>
<Params> <Params>
@ -77,7 +77,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.ArgumentException</string> <Import>RusticiSoftware.System.ArgumentException</Import>
</Imports> </Imports>
<Java>new ArgumentException(${message}, ${paramName}, ${inner})</Java> <Java>new ArgumentException(${message}, ${paramName}, ${inner})</Java>
<Params> <Params>

@ -11,7 +11,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.util.Arrays</string> <Import>java.util.Arrays</Import>
</Imports> </Imports>
<Java>Array.get(${this}, ${index})</Java> <Java>Array.get(${this}, ${index})</Java>
<Params> <Params>
@ -25,7 +25,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.util.Arrays</string> <Import>java.util.Arrays</Import>
</Imports> </Imports>
<Java>Arrays.sort(${array})</Java> <Java>Arrays.sort(${array})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Collections.ArrayListSupport</string> <Import>RusticiSoftware.System.Collections.ArrayListSupport</Import>
</Imports> </Imports>
<Java>ArrayListSupport</Java> <Java>ArrayListSupport</Java>
<Name>System.Collections.ArrayList</Name> <Name>System.Collections.ArrayList</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Map</string> <Import>java.util.Map</Import>
</Imports> </Imports>
<Java>Map.Entry</Java> <Java>Map.Entry</Java>
<Name>System.Collections.DictionaryEntry</Name> <Name>System.Collections.DictionaryEntry</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>Hashtable</Java> <Java>Hashtable</Java>
<Name>System.Collections.Generic.Dictionary</Name> <Name>System.Collections.Generic.Dictionary</Name>
@ -103,14 +103,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable()</Java> <Java>new Hashtable()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable(${length})</Java> <Java>new Hashtable(${length})</Java>
<Params> <Params>
@ -122,7 +122,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable(${collection})</Java> <Java>new Hashtable(${collection})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Collections.ArrayListSupport</string> <Import>RusticiSoftware.System.Collections.ArrayListSupport</Import>
</Imports> </Imports>
<Java>ArrayListSupport</Java> <Java>ArrayListSupport</Java>
<Name>System.Collections.Generic.List</Name> <Name>System.Collections.Generic.List</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>Hashtable</Java> <Java>Hashtable</Java>
<Name>System.Collections.Hashtable</Name> <Name>System.Collections.Hashtable</Name>
@ -111,14 +111,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable()</Java> <Java>new Hashtable()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable(${length})</Java> <Java>new Hashtable(${length})</Java>
<Params> <Params>
@ -130,7 +130,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.Hashtable</string> <Import>java.util.Hashtable</Import>
</Imports> </Imports>
<Java>new Hashtable(${collection})</Java> <Java>new Hashtable(${collection})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Map</string> <Import>java.util.Map</Import>
</Imports> </Imports>
<Java>Map</Java> <Java>Map</Java>
<Name>System.Collections.IDictionary</Name> <Name>System.Collections.IDictionary</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.List</string> <Import>java.util.List</Import>
</Imports> </Imports>
<Java>List</Java> <Java>List</Java>
<Name>System.Collections.IList</Name> <Name>System.Collections.IList</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Collections.ArrayListSupport</string> <Import>RusticiSoftware.System.Collections.ArrayListSupport</Import>
</Imports> </Imports>
<Java>ArrayListSupport</Java> <Java>ArrayListSupport</Java>
<Name>System.Collections.ObjectModel.Collection</Name> <Name>System.Collections.ObjectModel.Collection</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.TreeMap</string> <Import>java.util.TreeMap</Import>
</Imports> </Imports>
<Java>TreeMap</Java> <Java>TreeMap</Java>
<Name>System.Collections.SortedList</Name> <Name>System.Collections.SortedList</Name>
@ -113,14 +113,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.TreeMap</string> <Import>java.util.TreeMap</Import>
</Imports> </Imports>
<Java>new TreeMap()</Java> <Java>new TreeMap()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.TreeMap</string> <Import>java.util.TreeMap</Import>
</Imports> </Imports>
<Java>new TreeMap()</Java> <Java>new TreeMap()</Java>
<Params> <Params>
@ -132,7 +132,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.TreeMap</string> <Import>java.util.TreeMap</Import>
</Imports> </Imports>
<Java>new TreeMap(${collection})</Java> <Java>new TreeMap(${collection})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Properties</string> <Import>java.util.Properties</Import>
</Imports> </Imports>
<Java>Properties</Java> <Java>Properties</Java>
<Name>System.Collections.Specialized.NameValueCollection</Name> <Name>System.Collections.Specialized.NameValueCollection</Name>

@ -9,7 +9,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Configuration.ConfigurationManager</string> <Import>RusticiSoftware.System.Configuration.ConfigurationManager</Import>
</Imports> </Imports>
<Java>ConfigurationManager.getAppSettings()</Java> <Java>ConfigurationManager.getAppSettings()</Java>
<Type>System.Collections.Specialized.NameValueCollection</Type> <Type>System.Collections.Specialized.NameValueCollection</Type>

@ -9,7 +9,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Configuration.ConfigurationSettings</string> <Import>RusticiSoftware.System.Configuration.ConfigurationSettings</Import>
</Imports> </Imports>
<Java>ConfigurationSettings.getAppSettings()</Java> <Java>ConfigurationSettings.getAppSettings()</Java>
<Type>System.Collections.Specialized.NameValueCollection</Type> <Type>System.Collections.Specialized.NameValueCollection</Type>

@ -20,7 +20,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})</Java> <Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})</Java>
<Params> <Params>
@ -38,7 +38,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})</Java> <Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})</Java>
<Params> <Params>
@ -79,7 +79,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java> <Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
<Params> <Params>
@ -97,7 +97,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java> <Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
<Params> <Params>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>org.apache.commons.codec.binary.Base64</string> <Import>org.apache.commons.codec.binary.Base64</Import>
</Imports> </Imports>
<Java>Base64.decodeBase64(${s})</Java> <Java>Base64.decodeBase64(${s})</Java>
<Params> <Params>
@ -22,7 +22,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>org.apache.commons.codec.binary.Base64</string> <Import>org.apache.commons.codec.binary.Base64</Import>
</Imports> </Imports>
<Java>Base64.encodeBase64String(${inArray})</Java> <Java>Base64.encodeBase64String(${inArray})</Java>
<Params> <Params>
@ -108,7 +108,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
</Imports> </Imports>
<Java>DateTimeSupport.parse(${value})</Java> <Java>DateTimeSupport.parse(${value})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.Date</string> <Import>java.util.Date</Import>
</Imports> </Imports>
<Java>Date</Java> <Java>Date</Java>
<Name>System.DateTime</Name> <Name>System.DateTime</Name>
@ -10,7 +10,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
</Imports> </Imports>
<Java>DateTimeSupport.parse(${s})</Java> <Java>DateTimeSupport.parse(${s})</Java>
<Params> <Params>
@ -24,7 +24,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
</Imports> </Imports>
<Java>DateTimeSupport.parse(${s}, ${provider})</Java> <Java>DateTimeSupport.parse(${s}, ${provider})</Java>
<Params> <Params>
@ -42,7 +42,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>DateTimeSupport.ToString(${this}, ${format})</Java> <Java>DateTimeSupport.ToString(${this}, ${format})</Java>
<Params> <Params>
@ -56,7 +56,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
</Imports> </Imports>
<Java>DateTimeSupport.ToString(${this}, ${format}, ${provider})</Java> <Java>DateTimeSupport.ToString(${this}, ${format}, ${provider})</Java>
<Params> <Params>
@ -74,7 +74,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.text.SimpleDateFormat</string> <Import>java.text.SimpleDateFormat</Import>
</Imports> </Imports>
<Java>(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss a")).format(${this})</Java> <Java>(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss a")).format(${this})</Java>
<Params /> <Params />
@ -83,7 +83,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.text.SimpleDateFormat</string> <Import>java.text.SimpleDateFormat</Import>
</Imports> </Imports>
<Java>(new SimpleDateFormat("MM/dd/yy")).format(${this})</Java> <Java>(new SimpleDateFormat("MM/dd/yy")).format(${this})</Java>
<Params /> <Params />
@ -120,8 +120,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTZ</string> <Import>RusticiSoftware.System.DateTZ</Import>
<string>java.util.TimeZone</string> <Import>java.util.TimeZone</Import>
</Imports> </Imports>
<Java>(new DateTZ(${this}.getTime(), TimeZone.getTimeZone("UTC")))</Java> <Java>(new DateTZ(${this}.getTime(), TimeZone.getTimeZone("UTC")))</Java>
<Params /> <Params />
@ -130,8 +130,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.MINUTE,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.MINUTE,${amount})</Java>
<Params> <Params>
@ -145,8 +145,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.HOUR,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.HOUR,${amount})</Java>
<Params> <Params>
@ -160,8 +160,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.MILLISECOND,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.MILLISECOND,${amount})</Java>
<Params> <Params>
@ -175,8 +175,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.SECOND,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.SECOND,${amount})</Java>
<Params> <Params>
@ -190,8 +190,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.DAY_OF_YEAR,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.DAY_OF_YEAR,${amount})</Java>
<Params> <Params>
@ -205,8 +205,8 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>DateTimeSupport.add(${this},Calendar.MONTH,${amount})</Java> <Java>DateTimeSupport.add(${this},Calendar.MONTH,${amount})</Java>
<Params> <Params>
@ -220,7 +220,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DateTimeSupport</string> <Import>RusticiSoftware.System.DateTimeSupport</Import>
</Imports> </Imports>
<Java>(new TimeSpan(Math.abs(${this}.getTime() - ${date2}.getTime())))</Java> <Java>(new TimeSpan(Math.abs(${this}.getTime() - ${date2}.getTime())))</Java>
<Params> <Params>
@ -236,7 +236,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>java.util.Calendar</string> <Import>java.util.Calendar</Import>
</Imports> </Imports>
<Java>Calendar.getInstance().getTime()</Java> <Java>Calendar.getInstance().getTime()</Java>
<Type>System.DateTime</Type> <Type>System.DateTime</Type>
@ -246,7 +246,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>java.util.Date</string> <Import>java.util.Date</Import>
</Imports> </Imports>
<Java>new Date()</Java> <Java>new Date()</Java>
<Type>System.DateTime</Type> <Type>System.DateTime</Type>
@ -260,7 +260,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.GregorianCalendar</string> <Import>java.util.GregorianCalendar</Import>
</Imports> </Imports>
<Java>new GregorianCalendar(${year}, ${month}-1, ${day}).getTime()</Java> <Java>new GregorianCalendar(${year}, ${month}-1, ${day}).getTime()</Java>
<Params> <Params>

@ -37,7 +37,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.text.NumberFormat</string> <Import>java.text.NumberFormat</Import>
</Imports> </Imports>
<Java>NumberFormat.getInstance(${provider}).parse(${dStr}).doubleValue()</Java> <Java>NumberFormat.getInstance(${provider}).parse(${dStr}).doubleValue()</Java>
<Params> <Params>
@ -55,7 +55,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>DoubleSupport.parse(${dStr}, ${style}, ${provider})</Java> <Java>DoubleSupport.parse(${dStr}, ${style}, ${provider})</Java>
<Params> <Params>
@ -77,7 +77,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>DoubleSupport.ToString(${this}, ${format})</Java> <Java>DoubleSupport.ToString(${this}, ${format})</Java>
<Params> <Params>
@ -98,7 +98,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.DoubleSupport</string> <Import>RusticiSoftware.System.DoubleSupport</Import>
</Imports> </Imports>
<Java>DoubleSupport.ToString(${this}, ${provider})</Java> <Java>DoubleSupport.ToString(${this}, ${provider})</Java>
<Params> <Params>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.EnumSupport</string> <Import>RusticiSoftware.System.EnumSupport</Import>
</Imports> </Imports>
<Java>EnumSupport.isDefined(${enumType}, ${value})</Java> <Java>EnumSupport.isDefined(${enumType}, ${value})</Java>
<Params> <Params>
@ -26,7 +26,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.EnumSupport</string> <Import>RusticiSoftware.System.EnumSupport</Import>
</Imports> </Imports>
<Java>EnumSupport.toString(${this}, ${modifier})</Java> <Java>EnumSupport.toString(${this}, ${modifier})</Java>
<Params> <Params>

@ -19,7 +19,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>java.net.InetAddress</string> <Import>java.net.InetAddress</Import>
</Imports> </Imports>
<Java>InetAddress.getLocalHost().getHostName()</Java> <Java>InetAddress.getLocalHost().getHostName()</Java>
<Type>System.String</Type> <Type>System.String</Type>

@ -19,7 +19,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.ExceptionSupport</string> <Import>RusticiSoftware.System.ExceptionSupport</Import>
</Imports> </Imports>
<Java>ExceptionSupport.getSource(${this})</Java> <Java>ExceptionSupport.getSource(${this})</Java>
<Type>System.String</Type> <Type>System.String</Type>

@ -12,7 +12,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.util.LocaleSupport</string> <Import>RusticiSoftware.JavaSupport.util.LocaleSupport</Import>
</Imports> </Imports>
<Java>LocaleSupport.INVARIANT</Java> <Java>LocaleSupport.INVARIANT</Java>
<Type>System.Globalization.CultureInfo</Type> <Type>System.Globalization.CultureInfo</Type>

@ -12,7 +12,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.util.LocaleSupport</string> <Import>RusticiSoftware.JavaSupport.util.LocaleSupport</Import>
</Imports> </Imports>
<Java>LocaleSupport.INVARIANT</Java> <Java>LocaleSupport.INVARIANT</Java>
<Type>System.Globalization.NumberFormatInfo</Type> <Type>System.Globalization.NumberFormatInfo</Type>
@ -26,7 +26,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.util.LocaleSupport</string> <Import>RusticiSoftware.JavaSupport.util.LocaleSupport</Import>
</Imports> </Imports>
<Java>LocaleSupport.INVARIANT</Java> <Java>LocaleSupport.INVARIANT</Java>
<Params /> <Params />

@ -9,7 +9,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Globalization.NumberStyles</string> <Import>RusticiSoftware.System.Globalization.NumberStyles</Import>
</Imports> </Imports>
<Java>NumberStyles.getInteger()</Java> <Java>NumberStyles.getInteger()</Java>
<Type>System.Globalization.NumberStyles</Type> <Type>System.Globalization.NumberStyles</Type>
@ -19,7 +19,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Globalization.NumberStyles</string> <Import>RusticiSoftware.System.Globalization.NumberStyles</Import>
</Imports> </Imports>
<Java>NumberStyles.getHexNumber()</Java> <Java>NumberStyles.getHexNumber()</Java>
<Type>System.Globalization.NumberStyles</Type> <Type>System.Globalization.NumberStyles</Type>
@ -29,7 +29,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Globalization.NumberStyles</string> <Import>RusticiSoftware.System.Globalization.NumberStyles</Import>
</Imports> </Imports>
<Java>NumberStyles.getAny()</Java> <Java>NumberStyles.getAny()</Java>
<Type>System.Globalization.NumberStyles</Type> <Type>System.Globalization.NumberStyles</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.UUID</string> <Import>java.util.UUID</Import>
</Imports> </Imports>
<Java>UUID</Java> <Java>UUID</Java>
<Name>System.Guid</Name> <Name>System.Guid</Name>
@ -12,7 +12,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.util.UUID</string> <Import>java.util.UUID</Import>
</Imports> </Imports>
<Java>UUID.randomUUID()</Java> <Java>UUID.randomUUID()</Java>
<Params /> <Params />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.ScormContentPlayer.Util.ICloneable</string> <Import>RusticiSoftware.ScormContentPlayer.Util.ICloneable</Import>
</Imports> </Imports>
<Java>ICloneable</Java> <Java>ICloneable</Java>
<Name>System.ICloneable</Name> <Name>System.ICloneable</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.IDisposable</string> <Import>RusticiSoftware.System.IDisposable</Import>
</Imports> </Imports>
<Java>IDisposable</Java> <Java>IDisposable</Java>
<Name>System.IDisposable</Name> <Name>System.IDisposable</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File</Java> <Java>File</Java>
<Name>System.IO.Directory</Name> <Name>System.IO.Directory</Name>
@ -10,7 +10,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).exists()</Java> <Java>(new File(${path})).exists()</Java>
<Params> <Params>
@ -24,7 +24,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).mkdirs()</Java> <Java>(new File(${path})).mkdirs()</Java>
<Params> <Params>
@ -38,7 +38,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.DirectorySupport</string> <Import>RusticiSoftware.System.IO.DirectorySupport</Import>
</Imports> </Imports>
<Java>DirectorySupport.delete(${path}, false)</Java> <Java>DirectorySupport.delete(${path}, false)</Java>
<Params> <Params>
@ -52,7 +52,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.DirectorySupport</string> <Import>RusticiSoftware.System.IO.DirectorySupport</Import>
</Imports> </Imports>
<Java>DirectorySupport.delete(${path}, ${recursive})</Java> <Java>DirectorySupport.delete(${path}, ${recursive})</Java>
<Params> <Params>
@ -70,7 +70,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${sourceFileName})).renameTo(new File(${destFileName}))</Java> <Java>(new File(${sourceFileName})).renameTo(new File(${destFileName}))</Java>
<Params> <Params>
@ -88,7 +88,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).list()</Java> <Java>(new File(${path})).list()</Java>
<Params> <Params>
@ -102,7 +102,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.DirectorySupport</string> <Import>RusticiSoftware.System.IO.DirectorySupport</Import>
</Imports> </Imports>
<Java>DirectorySupport.getFiles(${path}, ${searchpattern})</Java> <Java>DirectorySupport.getFiles(${path}, ${searchpattern})</Java>
<Params> <Params>
@ -120,7 +120,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.DirectorySupport</string> <Import>RusticiSoftware.System.IO.DirectorySupport</Import>
</Imports> </Imports>
<Java>DirectorySupport.getDirectories(${path})</Java> <Java>DirectorySupport.getDirectories(${path})</Java>
<Params> <Params>
@ -134,7 +134,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.DirectorySupport</string> <Import>RusticiSoftware.System.IO.DirectorySupport</Import>
</Imports> </Imports>
<Java>DirectorySupport.getFiles(${path})</Java> <Java>DirectorySupport.getFiles(${path})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File</Java> <Java>File</Java>
<Name>System.IO.DirectoryInfo</Name> <Name>System.IO.DirectoryInfo</Name>
@ -12,7 +12,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.io.*</string> <Import>RusticiSoftware.JavaSupport.io.*</Import>
</Imports> </Imports>
<Java>${this}.listFiles(new FilterOnlyFiles())</Java> <Java>${this}.listFiles(new FilterOnlyFiles())</Java>
<Params /> <Params />
@ -21,7 +21,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.io.*</string> <Import>RusticiSoftware.JavaSupport.io.*</Import>
</Imports> </Imports>
<Java>${this}.listFiles(new FilterOnlyDirs())</Java> <Java>${this}.listFiles(new FilterOnlyDirs())</Java>
<Params /> <Params />
@ -42,7 +42,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>new File(${path})</Java> <Java>new File(${path})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File</Java> <Java>File</Java>
<Name>System.IO.File</Name> <Name>System.IO.File</Name>
@ -10,8 +10,8 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
<string>java.nio.charset.Charset</string> <Import>java.nio.charset.Charset</Import>
</Imports> </Imports>
<Java>new BufferedWriter(new OutputStreamWriter(new FileOutputStream(${path}), Charset.forName("UTF-8")))</Java> <Java>new BufferedWriter(new OutputStreamWriter(new FileOutputStream(${path}), Charset.forName("UTF-8")))</Java>
<Params> <Params>
@ -25,7 +25,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedOutputStream(new FileOutputStream(${path}))</Java> <Java>new BufferedOutputStream(new FileOutputStream(${path}))</Java>
<Params> <Params>
@ -39,7 +39,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.FileInputStream</string> <Import>java.io.FileInputStream</Import>
</Imports> </Imports>
<Java>new FileInputStream(${path})</Java> <Java>new FileInputStream(${path})</Java>
<Params> <Params>
@ -53,7 +53,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).delete()</Java> <Java>(new File(${path})).delete()</Java>
<Params> <Params>
@ -67,7 +67,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).exists()</Java> <Java>(new File(${path})).exists()</Java>
<Params> <Params>
@ -81,7 +81,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.FileSupport</string> <Import>RusticiSoftware.System.IO.FileSupport</Import>
</Imports> </Imports>
<Java>FileSupport.copyFile(${sourceFileName}, ${destFileName}, true)</Java> <Java>FileSupport.copyFile(${sourceFileName}, ${destFileName}, true)</Java>
<Params> <Params>
@ -99,7 +99,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.FileSupport</string> <Import>RusticiSoftware.System.IO.FileSupport</Import>
</Imports> </Imports>
<Java>FileSupport.copyFile(${sourceFileName}, ${destFileName}, ${overwrite})</Java> <Java>FileSupport.copyFile(${sourceFileName}, ${destFileName}, ${overwrite})</Java>
<Params> <Params>
@ -121,7 +121,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${sourceFileName})).renameTo(new File(${destFileName}))</Java> <Java>(new File(${sourceFileName})).renameTo(new File(${destFileName}))</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File</Java> <Java>File</Java>
<Name>System.IO.FileInfo</Name> <Name>System.IO.FileInfo</Name>
@ -25,7 +25,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>new File(${fileName})</Java> <Java>new File(${fileName})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.IO.FileNotFoundException</string> <Import>RusticiSoftware.System.IO.FileNotFoundException</Import>
</Imports> </Imports>
<Java>FileNotFoundException</Java> <Java>FileNotFoundException</Java>
<Name>System.IO.FileNotFoundException</Name> <Name>System.IO.FileNotFoundException</Name>
@ -16,7 +16,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.FileNotFoundException</string> <Import>RusticiSoftware.System.IO.FileNotFoundException</Import>
</Imports> </Imports>
<Java>new FileNotFoundException(${message})</Java> <Java>new FileNotFoundException(${message})</Java>
<Params> <Params>
@ -28,7 +28,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.FileNotFoundException</string> <Import>RusticiSoftware.System.IO.FileNotFoundException</Import>
</Imports> </Imports>
<Java>new FileNotFoundException(${message}, ${fileName})</Java> <Java>new FileNotFoundException(${message}, ${fileName})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>OutputStream</Java> <Java>OutputStream</Java>
<Name>System.IO.FileStream</Name> <Name>System.IO.FileStream</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File</Java> <Java>File</Java>
<Name>System.IO.FileSystemInfo</Name> <Name>System.IO.FileSystemInfo</Name>
@ -23,7 +23,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>new File(${fileName})</Java> <Java>new File(${fileName})</Java>
<Params> <Params>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).getParent()</Java> <Java>(new File(${path})).getParent()</Java>
<Params> <Params>
@ -22,7 +22,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).getName()</Java> <Java>(new File(${path})).getName()</Java>
<Params> <Params>
@ -36,7 +36,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path})).getCanonicalPath()</Java> <Java>(new File(${path})).getCanonicalPath()</Java>
<Params> <Params>
@ -50,7 +50,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.PathSupport</string> <Import>RusticiSoftware.System.IO.PathSupport</Import>
</Imports> </Imports>
<Java>PathSupport.getExtension(${path})</Java> <Java>PathSupport.getExtension(${path})</Java>
<Params> <Params>
@ -64,7 +64,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>(new File(${path1}, ${path2})).toString()</Java> <Java>(new File(${path1}, ${path2})).toString()</Java>
<Params> <Params>
@ -84,7 +84,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>java.io.File</string> <Import>java.io.File</Import>
</Imports> </Imports>
<Java>File.separatorChar</Java> <Java>File.separatorChar</Java>
<Type>System.Char</Type> <Type>System.Char</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>InputStream</Java> <Java>InputStream</Java>
<Name>System.IO.Stream</Name> <Name>System.IO.Stream</Name>
@ -61,7 +61,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.Unsupported</string> <Import>RusticiSoftware.JavaSupport.Unsupported</Import>
</Imports> </Imports>
<Java>Unsupported.throwUnsupported("${this}.Position")</Java> <Java>Unsupported.throwUnsupported("${this}.Position")</Java>
<Type>System.Int64</Type> <Type>System.Int64</Type>
@ -75,7 +75,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new FileInputStream(${path})</Java> <Java>new FileInputStream(${path})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>BufferedReader</Java> <Java>BufferedReader</Java>
<Name>System.IO.StreamReader</Name> <Name>System.IO.StreamReader</Name>
@ -16,8 +16,8 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.StreamReader</string> <Import>RusticiSoftware.System.IO.StreamReader</Import>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedReader(StreamReader.make(new BufferedInputStream(new FileInputStream(${path}))))</Java> <Java>new BufferedReader(StreamReader.make(new BufferedInputStream(new FileInputStream(${path}))))</Java>
<Params> <Params>
@ -29,8 +29,8 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.StreamReader</string> <Import>RusticiSoftware.System.IO.StreamReader</Import>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedReader(StreamReader.make(new BufferedInputStream(new FileInputStream(${path}), ${encoding})))</Java> <Java>new BufferedReader(StreamReader.make(new BufferedInputStream(new FileInputStream(${path}), ${encoding})))</Java>
<Params> <Params>
@ -46,8 +46,8 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.StreamReader</string> <Import>RusticiSoftware.System.IO.StreamReader</Import>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedReader(StreamReader.make(new BufferedInputStream(${stream}), ${encoding}))</Java> <Java>new BufferedReader(StreamReader.make(new BufferedInputStream(${stream}), ${encoding}))</Java>
<Params> <Params>
@ -63,9 +63,9 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.StreamReader</string> <Import>RusticiSoftware.System.IO.StreamReader</Import>
<string>RusticiSoftware.System.Text.EncodingSupport</string> <Import>RusticiSoftware.System.Text.EncodingSupport</Import>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedReader(StreamReader.make(new BufferedInputStream(${stream}), new EncodingSupport("UTF-8")))</Java> <Java>new BufferedReader(StreamReader.make(new BufferedInputStream(${stream}), new EncodingSupport("UTF-8")))</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>BufferedWriter</Java> <Java>BufferedWriter</Java>
<Name>System.IO.StreamWriter</Name> <Name>System.IO.StreamWriter</Name>
@ -16,7 +16,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedWriter(new FileWriter(${path}))</Java> <Java>new BufferedWriter(new FileWriter(${path}))</Java>
<Params> <Params>
@ -28,7 +28,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new BufferedWriter(new FileWriter(${path},${append}))</Java> <Java>new BufferedWriter(new FileWriter(${path},${append}))</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>StringReader</Java> <Java>StringReader</Java>
<Name>System.IO.StringReader</Name> <Name>System.IO.StringReader</Name>
@ -16,7 +16,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new StringReader(${s})</Java> <Java>new StringReader(${s})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.StringWriter</string> <Import>java.io.StringWriter</Import>
</Imports> </Imports>
<Java>StringWriter</Java> <Java>StringWriter</Java>
<Name>System.IO.StringWriter</Name> <Name>System.IO.StringWriter</Name>
@ -16,7 +16,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.StringWriter</string> <Import>java.io.StringWriter</Import>
</Imports> </Imports>
<Java>new StringWriter(${s})</Java> <Java>new StringWriter(${s})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>BufferedReader</Java> <Java>BufferedReader</Java>
<Name>System.IO.TextReader</Name> <Name>System.IO.TextReader</Name>
@ -26,7 +26,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.IO.TextReaderSupport</string> <Import>RusticiSoftware.System.IO.TextReaderSupport</Import>
</Imports> </Imports>
<Java>TextReaderSupport.readToEnd(${this})</Java> <Java>TextReaderSupport.readToEnd(${this})</Java>
<Params /> <Params />

@ -44,7 +44,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.*</string> <Import>RusticiSoftware.System.*</Import>
</Imports> </Imports>
<Java>IntegerSupport.parse(${str}, ${style})</Java> <Java>IntegerSupport.parse(${str}, ${style})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.InvalidCastException</string> <Import>RusticiSoftware.System.InvalidCastException</Import>
</Imports> </Imports>
<Java>InvalidCastException</Java> <Java>InvalidCastException</Java>
<Name>System.InvalidCastException</Name> <Name>System.InvalidCastException</Name>
@ -16,14 +16,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.InvalidCastException</string> <Import>RusticiSoftware.System.InvalidCastException</Import>
</Imports> </Imports>
<Java>new InvalidCastException()</Java> <Java>new InvalidCastException()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.InvalidCastException</string> <Import>RusticiSoftware.System.InvalidCastException</Import>
</Imports> </Imports>
<Java>new InvalidCastException(${message})</Java> <Java>new InvalidCastException(${message})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Net.CookieContainer</string> <Import>RusticiSoftware.System.Net.CookieContainer</Import>
</Imports> </Imports>
<Java>CookieContainer</Java> <Java>CookieContainer</Java>
<Name>System.Net.CookieContainer</Name> <Name>System.Net.CookieContainer</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.net.*</string> <Import>java.net.*</Import>
</Imports> </Imports>
<Java>HttpURLConnection</Java> <Java>HttpURLConnection</Java>
<Name>System.Net.HttpWebRequest</Name> <Name>System.Net.HttpWebRequest</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.net.*</string> <Import>java.net.*</Import>
</Imports> </Imports>
<Java>HttpURLConnection</Java> <Java>HttpURLConnection</Java>
<Name>System.Net.HttpWebResponse</Name> <Name>System.Net.HttpWebResponse</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>javax.mail.internet.InternetAddress</string> <Import>javax.mail.internet.InternetAddress</Import>
</Imports> </Imports>
<Java>InternetAddress</Java> <Java>InternetAddress</Java>
<Name>System.Net.Mail.MailAddress</Name> <Name>System.Net.Mail.MailAddress</Name>
@ -16,7 +16,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.io.*</string> <Import>java.io.*</Import>
</Imports> </Imports>
<Java>new InternetAddress(${address})</Java> <Java>new InternetAddress(${address})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.ScormContentPlayer.Util.MailMessage</string> <Import>RusticiSoftware.ScormContentPlayer.Util.MailMessage</Import>
</Imports> </Imports>
<Java>MailMessage</Java> <Java>MailMessage</Java>
<Name>System.Net.Mail.MailMessage</Name> <Name>System.Net.Mail.MailMessage</Name>
@ -37,8 +37,8 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>javax.mail.internet.MimeMessage</string> <Import>javax.mail.internet.MimeMessage</Import>
<string>javax.mail.internet.MimeMessage.RecipientType</string> <Import>javax.mail.internet.MimeMessage.RecipientType</Import>
</Imports> </Imports>
<Java>${this}.getTo()</Java> <Java>${this}.getTo()</Java>
<Type>System.Net.Mail.MailAddressCollection</Type> <Type>System.Net.Mail.MailAddressCollection</Type>
@ -48,8 +48,8 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>javax.mail.internet.MimeMessage</string> <Import>javax.mail.internet.MimeMessage</Import>
<string>javax.mail.internet.MimeMessage.RecipientType</string> <Import>javax.mail.internet.MimeMessage.RecipientType</Import>
</Imports> </Imports>
<Java>${this}.getCC()</Java> <Java>${this}.getCC()</Java>
<Type>System.Net.Mail.MailAddressCollection</Type> <Type>System.Net.Mail.MailAddressCollection</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.net.*</string> <Import>java.net.*</Import>
</Imports> </Imports>
<Java>** NONE System.Net.WebRequest **</Java> <Java>** NONE System.Net.WebRequest **</Java>
<Name>System.Net.WebRequest</Name> <Name>System.Net.WebRequest</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.NotImplementedException</string> <Import>RusticiSoftware.System.NotImplementedException</Import>
</Imports> </Imports>
<Java>NotImplementedException</Java> <Java>NotImplementedException</Java>
<Name>System.NotImplementedException</Name> <Name>System.NotImplementedException</Name>
@ -16,14 +16,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.NotImplementedException</string> <Import>RusticiSoftware.System.NotImplementedException</Import>
</Imports> </Imports>
<Java>new NotImplementedException()</Java> <Java>new NotImplementedException()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.NotImplementedException</string> <Import>RusticiSoftware.System.NotImplementedException</Import>
</Imports> </Imports>
<Java>new NotImplementedException(${message})</Java> <Java>new NotImplementedException(${message})</Java>
<Params> <Params>
@ -35,7 +35,7 @@
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.NotImplementedException</string> <Import>RusticiSoftware.System.NotImplementedException</Import>
</Imports> </Imports>
<Java>new NotImplementedException(${message}, ${inner})</Java> <Java>new NotImplementedException(${message}, ${inner})</Java>
<Params> <Params>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>java.text.NumberFormat</string> <Import>java.text.NumberFormat</Import>
</Imports> </Imports>
<Java>NumberFormat.getInstance(${provider}).format(${this})</Java> <Java>NumberFormat.getInstance(${provider}).format(${this})</Java>
<Params> <Params>
@ -22,7 +22,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.NumberSupport</string> <Import>RusticiSoftware.System.NumberSupport</Import>
</Imports> </Imports>
<Java>NumberSupport.format(${this}, ${format})</Java> <Java>NumberSupport.format(${this}, ${format})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.Assembly</string> <Import>RusticiSoftware.System.Reflection.Assembly</Import>
</Imports> </Imports>
<Java>Assembly</Java> <Java>Assembly</Java>
<Name>System.Reflection.Assembly</Name> <Name>System.Reflection.Assembly</Name>
@ -10,7 +10,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.Assembly</string> <Import>RusticiSoftware.System.Reflection.Assembly</Import>
</Imports> </Imports>
<Java>new Assembly(${assemblyString})</Java> <Java>new Assembly(${assemblyString})</Java>
<Params> <Params>

@ -9,7 +9,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.BindingFlags</string> <Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
</Imports> </Imports>
<Java>BindingFlags.getInstance()</Java> <Java>BindingFlags.getInstance()</Java>
<Type>System.Reflection.BindingFlags</Type> <Type>System.Reflection.BindingFlags</Type>
@ -19,7 +19,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.BindingFlags</string> <Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
</Imports> </Imports>
<Java>BindingFlags.getPublic()</Java> <Java>BindingFlags.getPublic()</Java>
<Type>System.Reflection.BindingFlags</Type> <Type>System.Reflection.BindingFlags</Type>
@ -29,7 +29,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.BindingFlags</string> <Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
</Imports> </Imports>
<Java>BindingFlags.getFlattenHierarchy()</Java> <Java>BindingFlags.getFlattenHierarchy()</Java>
<Type>System.Reflection.BindingFlags</Type> <Type>System.Reflection.BindingFlags</Type>
@ -39,7 +39,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Reflection.BindingFlags</string> <Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
</Imports> </Imports>
<Java>BindingFlags.getStatic()</Java> <Java>BindingFlags.getStatic()</Java>
<Type>System.Reflection.BindingFlags</Type> <Type>System.Reflection.BindingFlags</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.lang.reflect.Field</string> <Import>java.lang.reflect.Field</Import>
</Imports> </Imports>
<Java>Field</Java> <Java>Field</Java>
<Name>System.Reflection.FieldInfo</Name> <Name>System.Reflection.FieldInfo</Name>
@ -10,7 +10,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.JavaSupport.reflect.FieldSupport</string> <Import>RusticiSoftware.JavaSupport.reflect.FieldSupport</Import>
</Imports> </Imports>
<Java>FieldSupport.getAnnotations(${this}, ${attributeType}, ${inherits})</Java> <Java>FieldSupport.getAnnotations(${this}, ${attributeType}, ${inherits})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Resources.ResourceManager</string> <Import>RusticiSoftware.System.Resources.ResourceManager</Import>
</Imports> </Imports>
<Java>ResourceManager</Java> <Java>ResourceManager</Java>
<Name>System.Resources.ResourceManager</Name> <Name>System.Resources.ResourceManager</Name>
@ -27,7 +27,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.Resources.ResourceManager</string> <Import>RusticiSoftware.System.Resources.ResourceManager</Import>
</Imports> </Imports>
<Java>new ResourceManager(${baseName}, ${assembly)) /* ignored parameters */ </Java> <Java>new ResourceManager(${baseName}, ${assembly)) /* ignored parameters */ </Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.security.cert.X509Certificate</string> <Import>java.security.cert.X509Certificate</Import>
</Imports> </Imports>
<Java>X509Certificate</Java> <Java>X509Certificate</Java>
<Name>System.Security.Cryptography.X509Certificates.X509Certificate2</Name> <Name>System.Security.Cryptography.X509Certificates.X509Certificate2</Name>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Compare(${arg1}, ${arg2})</Java> <Java>StringSupport.Compare(${arg1}, ${arg2})</Java>
<Params> <Params>
@ -26,7 +26,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Compare(${arg1}, ${arg2}, ${isCaseSensitive})</Java> <Java>StringSupport.Compare(${arg1}, ${arg2}, ${isCaseSensitive})</Java>
<Params> <Params>
@ -144,7 +144,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.isNullOrEmpty(${arg})</Java> <Java>StringSupport.isNullOrEmpty(${arg})</Java>
<Params> <Params>
@ -158,7 +158,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.lastIndexOfAny(${this},${anyOf})</Java> <Java>StringSupport.lastIndexOfAny(${this},${anyOf})</Java>
<Params> <Params>
@ -228,7 +228,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.PadLeft(${this}, ${totalWidth})</Java> <Java>StringSupport.PadLeft(${this}, ${totalWidth})</Java>
<Params> <Params>
@ -242,7 +242,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.PadLeft(${this}, ${totalWidth}, ${paddingChar})</Java> <Java>StringSupport.PadLeft(${this}, ${totalWidth}, ${paddingChar})</Java>
<Params> <Params>
@ -260,7 +260,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.PadRight(${this}, ${totalWidth})</Java> <Java>StringSupport.PadRight(${this}, ${totalWidth})</Java>
<Params> <Params>
@ -274,7 +274,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.PadRight(${this}, ${totalWidth}, ${paddingChar})</Java> <Java>StringSupport.PadRight(${this}, ${totalWidth}, ${paddingChar})</Java>
<Params> <Params>
@ -324,7 +324,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Split(${this}, ${ch})</Java> <Java>StringSupport.Split(${this}, ${ch})</Java>
<Params> <Params>
@ -338,7 +338,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Split(${this}, ${ch1}, ${ch2})</Java> <Java>StringSupport.Split(${this}, ${ch1}, ${ch2})</Java>
<Params> <Params>
@ -356,7 +356,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>${this}.split(StringSupport.charAltsToRegex(${cs}))</Java> <Java>${this}.split(StringSupport.charAltsToRegex(${cs}))</Java>
<Params> <Params>
@ -370,7 +370,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>${this}.split(StringSupport.charAltsToRegex(${cs}), ${count})</Java> <Java>${this}.split(StringSupport.charAltsToRegex(${cs}), ${count})</Java>
<Params> <Params>
@ -388,7 +388,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Split(${this}, ${cs}, ${options})</Java> <Java>StringSupport.Split(${this}, ${cs}, ${options})</Java>
<Params> <Params>
@ -497,7 +497,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Trim(${this})</Java> <Java>StringSupport.Trim(${this})</Java>
<Params /> <Params />
@ -506,7 +506,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Trim(${this}, ${trimChars})</Java> <Java>StringSupport.Trim(${this}, ${trimChars})</Java>
<Params> <Params>
@ -520,7 +520,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Trim(${this}, new char[] {${trimChar1}})</Java> <Java>StringSupport.Trim(${this}, new char[] {${trimChar1}})</Java>
<Params> <Params>
@ -534,7 +534,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.Trim(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java> <Java>StringSupport.Trim(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java>
<Params> <Params>
@ -552,7 +552,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimStart(${this}, null)</Java> <Java>StringSupport.TrimStart(${this}, null)</Java>
<Params /> <Params />
@ -561,7 +561,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimStart(${this}, ${trimChars})</Java> <Java>StringSupport.TrimStart(${this}, ${trimChars})</Java>
<Params> <Params>
@ -575,7 +575,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimStart(${this}, new char[] {${trimChar1}})</Java> <Java>StringSupport.TrimStart(${this}, new char[] {${trimChar1}})</Java>
<Params> <Params>
@ -589,7 +589,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimStart(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java> <Java>StringSupport.TrimStart(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java>
<Params> <Params>
@ -607,7 +607,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimEnd(${this}, null)</Java> <Java>StringSupport.TrimEnd(${this}, null)</Java>
<Params /> <Params />
@ -616,7 +616,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimEnd(${this}, ${trimChars})</Java> <Java>StringSupport.TrimEnd(${this}, ${trimChars})</Java>
<Params> <Params>
@ -630,7 +630,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimEnd(${this}, new char[] {${trimChar1}})</Java> <Java>StringSupport.TrimEnd(${this}, new char[] {${trimChar1}})</Java>
<Params> <Params>
@ -644,7 +644,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.TrimEnd(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java> <Java>StringSupport.TrimEnd(${this}, new char[] {${trimChar1}, ${trimChar2}})</Java>
<Params> <Params>
@ -696,7 +696,7 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSupport</string> <Import>RusticiSoftware.System.StringSupport</Import>
</Imports> </Imports>
<Java>StringSupport.mkString(${char}, ${length})</Java> <Java>StringSupport.mkString(${char}, ${length})</Java>
<Params> <Params>

@ -9,7 +9,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSplitOptions</string> <Import>RusticiSoftware.System.StringSplitOptions</Import>
</Imports> </Imports>
<Java>StringSplitOptions.None</Java> <Java>StringSplitOptions.None</Java>
<Type>System.StringSplitOptions</Type> <Type>System.StringSplitOptions</Type>
@ -19,7 +19,7 @@
</Property> </Property>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.StringSplitOptions</string> <Import>RusticiSoftware.System.StringSplitOptions</Import>
</Imports> </Imports>
<Java>StringSplitOptions.RemoveEmptyEntries</Java> <Java>StringSplitOptions.RemoveEmptyEntries</Java>
<Type>System.StringSplitOptions</Type> <Type>System.StringSplitOptions</Type>

@ -22,7 +22,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Text.EncodingSupport</string> <Import>RusticiSoftware.System.Text.EncodingSupport</Import>
</Imports> </Imports>
<Java>(new EncodingSupport("UTF-8"))</Java> <Java>(new EncodingSupport("UTF-8"))</Java>
<Type>System.Text.Encoding</Type> <Type>System.Text.Encoding</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>NONE</Java> <Java>NONE</Java>
<Name>System.Text.RegularExpressions.Capture</Name> <Name>System.Text.RegularExpressions.Capture</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Pattern</Java> <Java>Pattern</Java>
<Name>System.Text.RegularExpressions.Group</Name> <Name>System.Text.RegularExpressions.Group</Name>
@ -25,14 +25,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>new Pattern()</Java> <Java>new Pattern()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>new Pattern(${pattern})</Java> <Java>new Pattern(${pattern})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Matcher</Java> <Java>Matcher</Java>
<Name>System.Text.RegularExpressions.Match</Name> <Name>System.Text.RegularExpressions.Match</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Pattern</Java> <Java>Pattern</Java>
<Name>System.Text.RegularExpressions.Regex</Name> <Name>System.Text.RegularExpressions.Regex</Name>
@ -34,7 +34,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Pattern.compile(${pattern}).matcher(${input}).matches()</Java> <Java>Pattern.compile(${pattern}).matcher(${input}).matches()</Java>
<Params> <Params>
@ -52,7 +52,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Pattern.compile(${pattern}).matcher(${input}).replaceAll(${replacement})</Java> <Java>Pattern.compile(${pattern}).matcher(${input}).replaceAll(${replacement})</Java>
<Params> <Params>
@ -79,14 +79,14 @@
<Constructors> <Constructors>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>new Pattern()</Java> <Java>new Pattern()</Java>
<Params /> <Params />
</Constructor> </Constructor>
<Constructor> <Constructor>
<Imports> <Imports>
<string>java.util.regex.*</string> <Import>java.util.regex.*</Import>
</Imports> </Imports>
<Java>Pattern.compile(${pattern})</Java> <Java>Pattern.compile(${pattern})</Java>
<Params> <Params>

@ -32,7 +32,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.Text.StringBuilderSupport</string> <Import>RusticiSoftware.System.Text.StringBuilderSupport</Import>
</Imports> </Imports>
<Java>StringBuilderSupport.ensureCapacity(${this}, ${arg})</Java> <Java>StringBuilderSupport.ensureCapacity(${this}, ${arg})</Java>
<Params> <Params>
@ -112,7 +112,7 @@
<Properties> <Properties>
<Property> <Property>
<Imports> <Imports>
<string>RusticiSoftware.System.Text.StringBuilderSupport</string> <Import>RusticiSoftware.System.Text.StringBuilderSupport</Import>
</Imports> </Imports>
<Java>${this}.length()</Java> <Java>${this}.length()</Java>
<Type>System.Int32</Type> <Type>System.Int32</Type>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.TimeSpan</string> <Import>RusticiSoftware.System.TimeSpan</Import>
</Imports> </Imports>
<Java>TimeSpan</Java> <Java>TimeSpan</Java>
<Name>System.TimeSpan</Name> <Name>System.TimeSpan</Name>
@ -12,7 +12,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TimeSpan</string> <Import>RusticiSoftware.System.TimeSpan</Import>
</Imports> </Imports>
<Java>TimeSpan.parse(${s})</Java> <Java>TimeSpan.parse(${s})</Java>
<Params> <Params>

@ -8,7 +8,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TypeSupport</string> <Import>RusticiSoftware.System.TypeSupport</Import>
</Imports> </Imports>
<Java>TypeSupport.GetFields(${this})</Java> <Java>TypeSupport.GetFields(${this})</Java>
<Params /> <Params />
@ -17,7 +17,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TypeSupport</string> <Import>RusticiSoftware.System.TypeSupport</Import>
</Imports> </Imports>
<Java>TypeSupport.GetFields(${this},${flags})</Java> <Java>TypeSupport.GetFields(${this},${flags})</Java>
<Params> <Params>
@ -31,7 +31,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TypeSupport</string> <Import>RusticiSoftware.System.TypeSupport</Import>
</Imports> </Imports>
<Java>TypeSupport.GetField(${this},${name})</Java> <Java>TypeSupport.GetField(${this},${name})</Java>
<Params> <Params>
@ -45,7 +45,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TypeSupport</string> <Import>RusticiSoftware.System.TypeSupport</Import>
</Imports> </Imports>
<Java>TypeSupport.GetField(${this},${name},${flags})</Java> <Java>TypeSupport.GetField(${this},${name},${flags})</Java>
<Params> <Params>
@ -63,7 +63,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.TypeSupport</string> <Import>RusticiSoftware.System.TypeSupport</Import>
</Imports> </Imports>
<Java>TypeSupport.InvokeMember(${this}, ${name}, ${target}, ${args})</Java> <Java>TypeSupport.InvokeMember(${this}, ${name}, ${target}, ${args})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.net.*</string> <Import>java.net.*</Import>
</Imports> </Imports>
<Java>URI</Java> <Java>URI</Java>
<Name>System.Uri</Name> <Name>System.Uri</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>javax.servlet.http.*</string> <Import>javax.servlet.http.*</Import>
</Imports> </Imports>
<Java>HttpServletRequest</Java> <Java>HttpServletRequest</Java>
<Name>System.Web.HttpRequest</Name> <Name>System.Web.HttpRequest</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>javax.servlet.http.*</string> <Import>javax.servlet.http.*</Import>
</Imports> </Imports>
<Java>HttpServletResponse</Java> <Java>HttpServletResponse</Java>
<Name>System.Web.HttpResponse</Name> <Name>System.Web.HttpResponse</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>java.net.*</string> <Import>java.net.*</Import>
</Imports> </Imports>
<Java>URLEncoder</Java> <Java>URLEncoder</Java>
<Name>System.Web.HttpUtility</Name> <Name>System.Web.HttpUtility</Name>
@ -12,7 +12,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.Web.HttpUtilSupport</string> <Import>RusticiSoftware.System.Web.HttpUtilSupport</Import>
</Imports> </Imports>
<Java>HttpUtilSupport.HtmlEncode(${str})</Java> <Java>HttpUtilSupport.HtmlEncode(${str})</Java>
<Params> <Params>
@ -26,7 +26,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</string> <Import>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</Import>
</Imports> </Imports>
<Java>HttpUtil.UrlEncode(${str})</Java> <Java>HttpUtil.UrlEncode(${str})</Java>
<Params> <Params>
@ -40,7 +40,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</string> <Import>RusticiSoftware.ScormContentPlayer.Util.HttpUtil</Import>
</Imports> </Imports>
<Java>HttpUtil.UrlDecode(${str})</Java> <Java>HttpUtil.UrlDecode(${str})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Web.Services.Protocols.SoapHttpClientProtocol</string> <Import>RusticiSoftware.System.Web.Services.Protocols.SoapHttpClientProtocol</Import>
</Imports> </Imports>
<Java>SoapHttpClientProtocol</Java> <Java>SoapHttpClientProtocol</Java>
<Name>System.Web.Services.Protocols.SoapHttpClientProtocol</Name> <Name>System.Web.Services.Protocols.SoapHttpClientProtocol</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Web.Services.Protocols.SoapMessage</string> <Import>RusticiSoftware.System.Web.Services.Protocols.SoapMessage</Import>
</Imports> </Imports>
<Java>SoapMessage</Java> <Java>SoapMessage</Java>
<Name>System.Web.Services.Protocols.SoapMessage</Name> <Name>System.Web.Services.Protocols.SoapMessage</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.Serialization.IXmlSerializable</string> <Import>RusticiSoftware.System.Xml.Serialization.IXmlSerializable</Import>
</Imports> </Imports>
<Java>IXmlSerializable</Java> <Java>IXmlSerializable</Java>
<Name>System.Xml.Serialization.IXmlSerializable</Name> <Name>System.Xml.Serialization.IXmlSerializable</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlAttribute</string> <Import>RusticiSoftware.System.Xml.XmlAttribute</Import>
</Imports> </Imports>
<Java>XmlAttribute</Java> <Java>XmlAttribute</Java>
<Name>System.Xml.XmlAttribute</Name> <Name>System.Xml.XmlAttribute</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlAttributeCollection</string> <Import>RusticiSoftware.System.Xml.XmlAttributeCollection</Import>
</Imports> </Imports>
<Java>XmlAttributeCollection</Java> <Java>XmlAttributeCollection</Java>
<Name>System.Xml.XmlAttributeCollection</Name> <Name>System.Xml.XmlAttributeCollection</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlCDataSection</string> <Import>RusticiSoftware.System.Xml.XmlCDataSection</Import>
</Imports> </Imports>
<Java>XmlCDataSection</Java> <Java>XmlCDataSection</Java>
<Name>System.Xml.XmlCDataSection</Name> <Name>System.Xml.XmlCDataSection</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlComment</string> <Import>RusticiSoftware.System.Xml.XmlComment</Import>
</Imports> </Imports>
<Java>XmlComment</Java> <Java>XmlComment</Java>
<Name>System.Xml.XmlComment</Name> <Name>System.Xml.XmlComment</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlDeclaration</string> <Import>RusticiSoftware.System.Xml.XmlDeclaration</Import>
</Imports> </Imports>
<Java>XmlDeclaration</Java> <Java>XmlDeclaration</Java>
<Name>System.Xml.XmlDeclaration</Name> <Name>System.Xml.XmlDeclaration</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlDocument</string> <Import>RusticiSoftware.System.Xml.XmlDocument</Import>
</Imports> </Imports>
<Java>XmlDocument</Java> <Java>XmlDocument</Java>
<Name>System.Xml.XmlDocument</Name> <Name>System.Xml.XmlDocument</Name>
@ -192,7 +192,7 @@
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlDeclaration</string> <Import>RusticiSoftware.System.Xml.XmlDeclaration</Import>
</Imports> </Imports>
<Java>new XmlDeclaration(${version},${encoding},${standalone})</Java> <Java>new XmlDeclaration(${version},${encoding},${standalone})</Java>
<Params> <Params>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlElement</string> <Import>RusticiSoftware.System.Xml.XmlElement</Import>
</Imports> </Imports>
<Java>XmlElement</Java> <Java>XmlElement</Java>
<Name>System.Xml.XmlElement</Name> <Name>System.Xml.XmlElement</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>org.w3c.dom.Node</string> <Import>org.w3c.dom.Node</Import>
</Imports> </Imports>
<Java>Node</Java> <Java>Node</Java>
<Name>System.Xml.XmlLinkedNode</Name> <Name>System.Xml.XmlLinkedNode</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlNode</string> <Import>RusticiSoftware.System.Xml.XmlNode</Import>
</Imports> </Imports>
<Java>XmlNode</Java> <Java>XmlNode</Java>
<Name>System.Xml.XmlNode</Name> <Name>System.Xml.XmlNode</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlNodeList</string> <Import>RusticiSoftware.System.Xml.XmlNodeList</Import>
</Imports> </Imports>
<Java>XmlNodeList</Java> <Java>XmlNodeList</Java>
<Name>System.Xml.XmlNodeList</Name> <Name>System.Xml.XmlNodeList</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlReader</string> <Import>RusticiSoftware.System.Xml.XmlReader</Import>
</Imports> </Imports>
<Java>XmlReader</Java> <Java>XmlReader</Java>
<Name>System.Xml.XmlReader</Name> <Name>System.Xml.XmlReader</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlText</string> <Import>RusticiSoftware.System.Xml.XmlText</Import>
</Imports> </Imports>
<Java>XmlText</Java> <Java>XmlText</Java>
<Name>System.Xml.XmlText</Name> <Name>System.Xml.XmlText</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlTextReader</string> <Import>RusticiSoftware.System.Xml.XmlTextReader</Import>
</Imports> </Imports>
<Java>XmlTextReader</Java> <Java>XmlTextReader</Java>
<Name>System.Xml.XmlTextReader</Name> <Name>System.Xml.XmlTextReader</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.XmlWriter</string> <Import>RusticiSoftware.System.Xml.XmlWriter</Import>
</Imports> </Imports>
<Java>XmlWriter</Java> <Java>XmlWriter</Java>
<Name>System.Xml.XmlWriter</Name> <Name>System.Xml.XmlWriter</Name>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<string>RusticiSoftware.System.Xml.Xsl.XslTransform</string> <Import>RusticiSoftware.System.Xml.Xsl.XslTransform</Import>
</Imports> </Imports>
<Java>XslTransform</Java> <Java>XslTransform</Java>
<Name>System.Xml.Xsl.XslCompiledTransform</Name> <Name>System.Xml.Xsl.XslCompiledTransform</Name>

@ -156,9 +156,9 @@ namespace RusticiSoftware.Translator.CLR
// Never directly create a TranslationBase. Its a common root for translatable language entities // Never directly create a TranslationBase. Its a common root for translatable language entities
public abstract class TranslationBase : IEquatable<TranslationBase> public abstract class TranslationBase : IEquatable<TranslationBase>
{ {
[XmlArrayItem("Import")]
// Java imports required to make Java translation run // Java imports required to make Java translation run
private string[] _imports = null; private string[] _imports = null;
[XmlArrayItem("Import")]
public string[] Imports { public string[] Imports {
get { get {
// if _java is not set then see if we have default imports, otherwise // if _java is not set then see if we have default imports, otherwise