<h2>org.autoplot.jythonsupport.JythonRefactory</h2><p>Provide one class that manages backwards compatibility as package names
 are changed.  See https://sourceforge.net/p/autoplot/feature-requests/528/</p>
<h2>JythonRefactory( )</h2>
<p></p>

<hr>
<a name="fixImports"></a>
<h2>fixImports</h2>
fixImports( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> s ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>Convert old names to modern names, for example "org.virbo.autoplot" to
 "org.autoplot".  Autoplot became its own project early on, but the code
 was slow to update.</p>

<h3>Parameters</h3>
s - the script

<h3>Returns:</h3>
the script with new names.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=fixImports&unscoped_q=fixImports">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/JythonRefactory.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/JythonRefactory.html#fixImports">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.java#l56">[view source]</a>
<br>
<br>
fixImports( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> s, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> name ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a><br>
fixImports( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html'>java.io.InputStream</a> in ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html'>java.io.InputStream</a><br>
fixImports( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html'>java.io.InputStream</a> in, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> name ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html'>java.io.InputStream</a><br>
<hr>
<a name="main"></a>
<h2>main</h2>
main( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> args ) &rarr; void

<p></p>

<h3>Parameters</h3>
args - a java.lang.String[]

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=main&unscoped_q=main">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/JythonRefactory.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/JythonRefactory.html#main">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.java#l339">[view source]</a>
<br>
<br>