| java.lang.Object com.sun.portal.portlet.cli.PDDeploy
PDDeploy | class PDDeploy (Code) | | PDDeploy is responsible for processing the command line options
associated with the deploy subcommand by calling the PDWarUpdater
for updating the war file and PDDPUpdater for updating the
Display Profile with the provider entries created from portlet.xml
|
Method Summary | |
public static void | copyFile(String sourceFile, String destFile) Convienence method to copy a file from a source to a destination. | public static void | copyFile(File sourceFile, File destFile, boolean overwrite, boolean preserveLastModified) Method to copy a file from a source to a
destination specifying if
source files may overwrite newer destination files and the
last modified time of destFile file should be made equal
to the last modified time of sourceFile . | public String | process(DSAMEAdminDPContext dadc, String dn, boolean global, File warFile, String rolesfilename, String userinfofilename, boolean verbose) |
copyFile | public static void copyFile(String sourceFile, String destFile) throws IOException(Code) | | Convienence method to copy a file from a source to a destination.
Overwrite is prevented, and the last modified is kept.
throws: IOException - |
copyFile | public static void copyFile(File sourceFile, File destFile, boolean overwrite, boolean preserveLastModified) throws IOException(Code) | | Method to copy a file from a source to a
destination specifying if
source files may overwrite newer destination files and the
last modified time of destFile file should be made equal
to the last modified time of sourceFile .
throws: IOException - |
|
|