Modifier and Type | Method and Description |
---|---|
ProjectCalendar |
Resource.addCalendar()
This method allows a calendar to be added to a resource.
|
ResourceAssignmentWorkgroupFields |
ResourceAssignment.addWorkgroupAssignment()
This method allows a resource assignment workgroup fields record
to be added to the current resource assignment.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
AstaSqliteReader.read()
Read a project from the current data source.
|
ProjectFile |
AstaSqliteReader.read(File file) |
ProjectFile |
AstaFileReader.read(InputStream inputStream) |
ProjectFile |
AstaTextFileReader.read(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
ConceptDrawProjectReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
FastTrackReader.read(File file) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
GanttDesignerReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
GanttProjectReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
MerlinReader.read(File file) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
MPDDatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
Map<Integer,String> |
MPDFileReader.listProjects(File file)
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
ProjectFile |
MPDDatabaseReader.read()
Read project data from a database.
|
ProjectFile |
MPDDatabaseReader.read(File file) |
ProjectFile |
MPDFileReader.read(File file) |
List<ProjectFile> |
MPDDatabaseReader.readAll(File file) |
List<ProjectFile> |
MPDFileReader.readAll(File file) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectPropertiesReader.process(ProjectFile file,
net.sf.mpxj.mpp.Props props,
org.apache.poi.poifs.filesystem.DirectoryEntry rootDir)
The main entry point for processing project properties.
|
ProjectFile |
MPPReader.read(File file) |
ProjectFile |
MPPReader.read(InputStream is) |
ProjectFile |
MPPReader.read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Alternative entry point allowing an MPP file to be read from
a user-supplied POI file stream.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
MPXReader.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
MSPDIReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
OpenPlanReader.read(File file) |
ProjectFile |
OpenPlanReader.read(InputStream is) |
ProjectFile |
OpenPlanReader.read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Read a single project from the BK3 file represented by the POIFSFileSystem instance.
|
List<ProjectFile> |
OpenPlanReader.readAll(File file) |
List<ProjectFile> |
OpenPlanReader.readAll(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Read all projects from the BK3 file represented by the POIFSFileSystem instance.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
PhoenixReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
PlannerReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
PrimaveraDatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
Map<Integer,String> |
PrimaveraDatabaseFileReader.listProjects(File file)
Retrieve a map containing details of the projects available in this database.
|
Map<Integer,String> |
PrimaveraPMFileReader.listProjects(InputStream is)
Populates a Map instance representing the IDs and names of
projects available in the current file.
|
Map<Integer,String> |
PrimaveraXERFileReader.listProjects(InputStream is)
Populates a Map instance representing the IDs and names of
projects available in the current file.
|
ProjectFile |
PrimaveraDatabaseReader.read()
Read a project from the current data source.
|
ProjectFile |
PrimaveraDatabaseFileReader.read(File file) |
ProjectFile |
PrimaveraPMFileReader.read(InputStream is) |
ProjectFile |
PrimaveraXERFileReader.read(InputStream is) |
List<ProjectFile> |
PrimaveraDatabaseReader.readAll()
Convenience method which allows all projects in the database to
be read in a single operation.
|
List<ProjectFile> |
PrimaveraDatabaseFileReader.readAll(File file) |
List<ProjectFile> |
PrimaveraPMFileReader.readAll(InputStream is)
This is a convenience method which allows all projects in a
PMXML file to be read in a single pass.
|
List<ProjectFile> |
PrimaveraXERFileReader.readAll(InputStream is)
This is a convenience method which allows all projects in an
XER file to be read in a single pass.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
P3DatabaseReader.read(File directory) |
ProjectFile |
P3PRXFileReader.read(InputStream stream) |
List<ProjectFile> |
P3DatabaseReader.readAll(File directory) |
static ProjectFile |
P3DatabaseReader.setProjectNameAndRead(File directory)
Convenience method which locates the first P3 database in a directory
and opens it.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
SureTrakDatabaseReader.read(File directory) |
ProjectFile |
SureTrakSTXFileReader.read(InputStream stream) |
List<ProjectFile> |
SureTrakDatabaseReader.readAll(File directory) |
static ProjectFile |
SureTrakDatabaseReader.setProjectNameAndRead(File directory)
Convenience method which locates the first SureTrak database in a directory
and opens it.
|
Modifier and Type | Method and Description |
---|---|
ProjectFile |
ProjectCommanderReader.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
ProjectLibreReader.read(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
static ProjectReader |
ProjectReaderUtility.getProjectReader(String name)
Retrieves a ProjectReader instance which can read a file of the
type specified by the supplied file name.
|
UniversalProjectReader.ProjectReaderProxy |
UniversalProjectReader.getProjectReaderProxy(File file)
Retrieve a
ProjectReaderProxy instance which provides access to
the ProjectReader required to read a schedule from the supplied
File instance . |
UniversalProjectReader.ProjectReaderProxy |
UniversalProjectReader.getProjectReaderProxy(InputStream inputStream)
Retrieve a
ProjectReaderProxy instance which provides access to
the ProjectReader required to read a schedule from the supplied
InputStream instance . |
UniversalProjectReader.ProjectReaderProxy |
UniversalProjectReader.getProjectReaderProxy(String fileName)
Retrieve a
ProjectReaderProxy instance which provides access to
the ProjectReader required to read a schedule from the named file. |
ProjectFile |
UniversalProjectReader.ProjectReaderProxy.read()
Read a single
ProjectFile instance from the supplied file or stream. |
ProjectFile |
AbstractProjectStreamReader.read(File file) |
ProjectFile |
ProjectReader.read(File file)
Read a single schedule from a file where a File instance is supplied.
|
ProjectFile |
UniversalProjectReader.read(File file) |
ProjectFile |
AbstractProjectFileReader.read(InputStream inputStream) |
ProjectFile |
ProjectReader.read(InputStream inputStream)
Read a single schedule from a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
UniversalProjectReader.read(InputStream inputStream) |
ProjectFile |
AbstractProjectFileReader.read(String fileName) |
ProjectFile |
AbstractProjectStreamReader.read(String fileName) |
ProjectFile |
ProjectReader.read(String fileName)
Read a single schedule from a file where the file name is supplied.
|
ProjectFile |
UniversalProjectReader.read(String fileName) |
List<ProjectFile> |
UniversalProjectReader.ProjectReaderProxy.readAll()
Read a list of
ProjectFile instances from the supplied file or stream. |
List<ProjectFile> |
AbstractProjectFileReader.readAll(File file)
Default implementation of readAll.
|
List<ProjectFile> |
AbstractProjectStreamReader.readAll(File file)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
ProjectReader.readAll(File file)
Read all schedules from a file where a File instance is supplied.
|
List<ProjectFile> |
UniversalProjectReader.readAll(File file) |
List<ProjectFile> |
AbstractProjectFileReader.readAll(InputStream inputStream)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
AbstractProjectStreamReader.readAll(InputStream inputStream)
Default implementation of readAll.
|
List<ProjectFile> |
ProjectReader.readAll(InputStream inputStream)
Read all schedules from a file where the contents of the project file
are supplied via an input stream.
|
List<ProjectFile> |
UniversalProjectReader.readAll(InputStream inputStream) |
List<ProjectFile> |
AbstractProjectFileReader.readAll(String fileName)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
AbstractProjectStreamReader.readAll(String fileName)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
ProjectReader.readAll(String fileName)
Read all schedules from a file where the file name is supplied.
|
List<ProjectFile> |
UniversalProjectReader.readAll(String fileName) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
SageReader.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
SDEFReader.read(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
SynchroReader.read(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
ProjectFile |
TurboProjectReader.read(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectCleanUtility.process(CleanStrategy strategy,
String input,
String output)
Process a project file to make it anonymous, allowing a strategy to be supplied.
|
void |
ProjectCleanUtility.process(String input,
String output)
Process a project file to make it anonymous.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.