|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsg.edu.nyp.drmPublisher.DDFile
| Nested Class Summary | |
class |
DDFile.XmlElement
|
| Constructor Summary | |
DDFile(java.io.File dmFile,
java.lang.String contentType)
|
|
| Method Summary | |
java.io.File |
generateDDFile()
Generate the file described by this DDFile object. |
java.io.File |
generateDDFile(java.lang.String path)
Build a .dd file describing the associated .dm file. It is advised to use the more safe generateDDFile() method. |
void |
setDescription(java.lang.String description)
Set the description tag. |
void |
setIconUrl(java.lang.String iconUrl)
Set the iconURL tag. |
void |
setInfoUrl(java.lang.String infoUrl)
Set the infoURL tag. |
void |
setInstallNotifyURI(java.lang.String inURI)
Set the installNotifyURL tag. |
void |
setInstallParam(java.lang.String installParam)
Set the installParam tag |
void |
setName(java.lang.String name)
Set the name tag. |
void |
setNextUrl(java.lang.String nextURL)
Set the nextURL tag. |
void |
setObjectURI(java.lang.String objectURI)
Set the installParam tag. |
void |
setVendor(java.lang.String vendor)
Set the Vendor tag |
java.lang.String |
toString()
Return a String view of this object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DDFile(java.io.File dmFile,
java.lang.String contentType)
throws java.io.IOException
| Method Detail |
public java.io.File generateDDFile(java.lang.String path)
throws java.io.IOException
path - the directory where will the DM File be created.
java.io.IOException - if an I/O Exception occurs
public java.io.File generateDDFile()
throws java.io.IOException
java.io.IOException - if an I/O Exception occurspublic java.lang.String toString()
public void setName(java.lang.String name)
name - the name to set.public void setVendor(java.lang.String vendor)
vendor - the vendor to set.public void setDescription(java.lang.String description)
description - the description to be set.public void setInstallNotifyURI(java.lang.String inURI)
inURI - the installNotify string to be set.public void setNextUrl(java.lang.String nextURL)
nextURL - the nextURL to be set.public void setInfoUrl(java.lang.String infoUrl)
infoUrl - the infoURL to be set.public void setIconUrl(java.lang.String iconUrl)
iconUrl - the iconURL to set.public void setInstallParam(java.lang.String installParam)
installParam - the installation parameters to set.public void setObjectURI(java.lang.String objectURI)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||