Class PayloadFilesManager.Perm
- Enclosing class:
PayloadFilesManager
The Perm manager constructs output file paths this way. The URI from the manager's targetDir (which the caller passes to the constructor) is the default parent URI for the output file.
Next, the Part's properties are checked for a file-xfer-root property. If found, it is used as a URI (either absolute or, if relative, resolved against the targetDir).
Finally, the "output name" is either the
name from the Payload.Part for the
invalid reference
#extractFile(org.glassfish.api.admin.Payload.Part)PayloadFilesManager.extractFile(org.glassfish.api.admin.Payload.Part, java.lang.String)
method.
In either case, the output name is used as a URI string and is resolved against the targetDir combined with (if present) the file-xfer-root property.
The net effect of this is that if the output name is an absolute URI then it will override the targetDir and the file-xfer-root setting. If the output name is relative then it will be resolved against the targetDir plus file-xfer-root URI to derive the URI for the output file.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.glassfish.admin.payload.PayloadFilesManager
PayloadFilesManager.ActionReportHandler, PayloadFilesManager.Perm, PayloadFilesManager.Temp -
Field Summary
Fields inherited from class org.glassfish.admin.payload.PayloadFilesManager
dirTimestamps, logger, strings -
Constructor Summary
ConstructorsConstructorDescriptionPerm()Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.Creates a new PayloadFilesManager for dealing with permanent files that will be anchored at the specified target directory.Perm(File targetDir, org.glassfish.api.ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler) Creates a new PayloadFilesManager for permanent files anchored at the specified target directory.Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.Perm(PayloadFilesManager.ActionReportHandler reportHandler) Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.Perm(org.glassfish.api.ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler) Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory. -
Method Summary
Methods inherited from class org.glassfish.admin.payload.PayloadFilesManager
getOutputFileURI, getParentURI, getTargetDir, processParts, processPartsExtended
-
Constructor Details
-
Perm
Creates a new PayloadFilesManager for dealing with permanent files that will be anchored at the specified target directory.- Parameters:
targetDir- directory under which the payload's files should be storedreport- result report to which extraction results will be appenedlogger- logger to receive messages
-
Perm
public Perm(File targetDir, org.glassfish.api.ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler) Creates a new PayloadFilesManager for permanent files anchored at the specified target directory.- Parameters:
targetDir- directory under which the payload's files should be storedreport- result report to which extraction results will be appenedlogger- logger to receive messagesreportHandler- handler to invoke for each ActionReport in the payload
-
Perm
Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.- Parameters:
report- result report to which extraction results will be appendedlogger- logger to receive messages
-
Perm
public Perm(org.glassfish.api.ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler) Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.- Parameters:
report- result report to which extraction results will be appenedlogger- logger to receive messagesreportHandler- handler to invoke for each ActionReport in the payload
-
Perm
Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.- Parameters:
logger- logger to receive messages
-
Perm
public Perm()Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory. -
Perm
-
-
Method Details
-
postExtract
- Specified by:
postExtractin classPayloadFilesManager
-
postProcessParts
protected void postProcessParts()- Specified by:
postProcessPartsin classPayloadFilesManager
-