example
Class AUVPortal
java.lang.Object
example.AUVPortal
- public class AUVPortal
- extends java.lang.Object
Generates a mock-up xml description for an AUV deployment
- Version:
- : $Revision: 1.4 $
The Monterey Bay Aquarium Research Institute (MBARI) provides this
documentation and code "as is", with no warranty, express or
implied, of its quality or consistency. It is provided without support and
without obligation on the part of MBARI to assist in its use, correction,
modification, or enhancement. This information should not be published or
distributed to third parties without specific written permission from MBARI.
Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.
- Author:
- : $Author: brian $
|
Constructor Summary |
AUVPortal(java.io.File dir)
|
AUVPortal(java.io.File dir,
java.net.URL url)
|
|
Method Summary |
void |
contactSSDS()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUVPortal
public AUVPortal(java.io.File dir)
throws java.net.MalformedURLException
AUVPortal
public AUVPortal(java.io.File dir,
java.net.URL url)
throws java.net.MalformedURLException
contactSSDS
public void contactSSDS()
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)