Interface | Description |
---|---|
ProjectReader |
This interface is implemented by all classes which can read project
files of any type and generate an ProjectFile instance from the contents
of the file.
|
UniversalProjectReader.ProjectReaderProxy |
The classes implementing this interface provide access to an instance of
the
ProjectReader class (via the getProjectReader method)
which is the class that UniversalProjectReader has determined
should be used to read the file or stream you have passed it. |
Class | Description |
---|---|
AbstractProjectFileReader |
Abstract implementation of the ProjectReader interface
for readers which consume a file.
|
AbstractProjectReader |
Abstract implementation of the ProjectReader interface
for readers which consume a file.
|
AbstractProjectStreamReader |
Abstract implementation of the ProjectReader interface
for readers which consume a stream.
|
ProjectReaderUtility |
This class contains utility methods for working with ProjectReaders.
|
UniversalProjectReader |
This class implements a universal project reader: given a file or a stream
this reader will sample the content and determine the type of file it has
been given.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.