|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.compare.PatchCompareDescriptor
public class PatchCompareDescriptor
Class representing compare contributor information used in the creation of a patch.
| Constructor Summary | |
|---|---|
PatchCompareDescriptor(java.lang.String fileName)Constructs a PatchCompareDescriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFileName()Gets the file name of the resource for the patch. |
long |
getLastModified()Gets the file modification timestamp of the resource for the patch. |
java.net.URL |
getPatchParentURL()Gets the patch parent directory URL for the patch. |
java.lang.String |
getRevision()Gets the revision number of the resource for the patch. |
void |
setLastModified(long lastModified)Sets the file modification timestamp of the resource for the patch. |
void |
setPatchParentURL(java.net.URL patchParentUrl)Sets the patch parent directory URL for the patch. |
void |
setRevision(java.lang.String revision)Sets the revision number of the resource for the patch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatchCompareDescriptor(java.lang.String fileName)
PatchCompareDescriptor.
fileName - the resource file name.| Method Detail |
|---|
public java.lang.String getFileName()
public void setPatchParentURL(java.net.URL patchParentUrl)
patchParentUrl - the patch parent directory.public java.net.URL getPatchParentURL()
public void setLastModified(long lastModified)
lastModified - the resource file modification timestamp.public long getLastModified()
public void setRevision(java.lang.String revision)
revision - the resource revision number.public java.lang.String getRevision()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||