|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PRFile | |
---|---|
com.pega.pegarules.pub.runtime | Public interfaces for activities, models, whens, edits, and streams. |
com.pega.pegarules.pub.util | Miscellaneous public utility classes and interfaces. |
Uses of PRFile in com.pega.pegarules.pub.runtime |
---|
Methods in com.pega.pegarules.pub.runtime with parameters of type PRFile | |
---|---|
java.lang.String |
PublicAPI.sendFile(PRFile aFile,
boolean aDeleteFile,
StringMap aHttpHeaders,
boolean aSendForDownload)
Send file designated by aFile to the client. |
Uses of PRFile in com.pega.pegarules.pub.util |
---|
Methods in com.pega.pegarules.pub.util that return PRFile | |
---|---|
static PRFile |
PRFile.createTempDir(java.lang.String aNamePrefix,
java.lang.String aNameSuffix)
|
static PRFile |
PRFile.createTempDir(java.lang.String aNamePrefix,
java.lang.String aNameSuffix,
PRFile aInDirectory)
|
static PRFile |
PRFile.createTempFile(java.lang.String aNamePrefix,
java.lang.String aNameSuffix)
|
static PRFile |
PRFile.createTempFile(java.lang.String aNamePrefix,
java.lang.String aNameSuffix,
PRFile aInDirectory)
|
PRFile |
PRFile.getAbsoluteFile()
|
PRFile |
PRFile.getCanonicalFile()
|
PRFile |
PRFile.getParentFile()
|
PRFile[] |
PRFile.listFiles()
|
Methods in com.pega.pegarules.pub.util with parameters of type PRFile | |
---|---|
boolean |
PRFilenameFilter.accept(PRFile aCandidateLocation,
java.lang.String aCandidateName)
|
static PRFile |
PRFile.createTempDir(java.lang.String aNamePrefix,
java.lang.String aNameSuffix,
PRFile aInDirectory)
|
static PRFile |
PRFile.createTempFile(java.lang.String aNamePrefix,
java.lang.String aNameSuffix,
PRFile aInDirectory)
|
java.util.List |
SchemaParser.getGlobalTypeSet(PRFile aFile)
Parse a schema definition document to get the list of global complex element and type definitions. |
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(PRFile aFile)
Create an instance of the XSDComponentBuilder class that can be used to load WSDL or XML Schema documents to generate XSDComponent objects. |
ClipboardPage |
SchemaParser.parse(PRFile aFile)
Parse a schema definition document into class, model, and property instances. |
boolean |
PRFile.renameTo(PRFile aDest)
|
Constructors in com.pega.pegarules.pub.util with parameters of type PRFile | |
---|---|
PRFile(PRFile aParent,
java.lang.String aChild)
|
|
PRFileDataSource(java.lang.String aContentType,
PRFile aSource)
|
|
PRInputStream(PRFile aFile)
|
|
PROutputStream(PRFile aFile)
Creates a new instance of PROutputStream to write file contents to the underlying file store. |
|
PROutputStream(PRFile aFile,
boolean aAppend)
Creates a new instance of PROutputStream to write file contents to the underlying file store. |
|
PRReader(PRFile aFile,
java.lang.String aEncoding)
|
|
PRWriter(PRFile aFile,
java.lang.String aEncoding)
|
|
PRWriterCompressor(PRFile aFile,
PRFile aGZIPFile,
java.lang.String aEncoding)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |