com.sshtools.common.mru

Class MRUList


public class MRUList
extends Vector

Version:
$Revision: 1.15 $
Author:
$author$

Nested Class Summary

class
MRUList.ElementWrapper

Constructor Summary

MRUList()
Creates a new MRUList object.
MRUList(InputStream in)
Creates a new MRUList object.

Method Summary

void
reload(InputStream in)
String
toString()

Constructor Details

MRUList

public MRUList()
Creates a new MRUList object.

MRUList

public MRUList(InputStream in)
            throws SAXException,
                   ParserConfigurationException,
                   IOException
Creates a new MRUList object.
Parameters:
in -

Method Details

reload

public void reload(InputStream in)
            throws SAXException,
                   ParserConfigurationException,
                   IOException
Parameters:
in -

toString

public String toString()
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.