My Project
Public Member Functions | List of all members
epc::FilePart Class Reference

Public Member Functions

 FilePart (const std::string &outputPartPath)
 The associated rel file to the part. More...
 
const std::string & getFinalPathName () const
 
const FileRelationshipgetFileRelationship () const
 
Relationship getIndexRelationship (const int &index) const
 
void setFinalPathName (const std::string &finalPath)
 
void addRelationship (const Relationship &relationship)
 
void createRelationship (const std::string &rsTarget, const std::string &rsType, const std::string &rsId, const bool &internalTarget=true)
 

Constructor & Destructor Documentation

FilePart::FilePart ( const std::string &  outputPartPath)

The associated rel file to the part.

Constructor

Parameters
inputContentThe content which will be included into a part of the package
outputPartPathThe path of the part within the package.

Member Function Documentation

void FilePart::addRelationship ( const Relationship relationship)

Copy an existing relationship into the relationship set of the part.

void FilePart::createRelationship ( const std::string &  rsTarget,
const std::string &  rsType,
const std::string &  rsId,
const bool &  internalTarget = true 
)

Creates a new relationship into the relationship set of the part according to the supplied parameters


The documentation for this class was generated from the following files: