Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.compare
Class PatchCompareDescriptor

java.lang.Object
  extended by oracle.jdeveloper.compare.PatchCompareDescriptor

public class PatchCompareDescriptor
extends java.lang.Object

Class representing compare contributor information used in the creation of a patch.

Since:
10.1.3.0.3

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

PatchCompareDescriptor

public PatchCompareDescriptor(java.lang.String fileName)
Constructs a PatchCompareDescriptor.

Parameters:
fileName - the resource file name.
Method Detail

getFileName

public java.lang.String getFileName()
Gets the file name of the resource for the patch.

Returns:
the resource file name.

setPatchParentURL

public void setPatchParentURL(java.net.URL patchParentUrl)
Sets the patch parent directory URL for the patch.

Parameters:
patchParentUrl - the patch parent directory.

getPatchParentURL

public java.net.URL getPatchParentURL()
Gets the patch parent directory URL for the patch.

Returns:
the patch parent directory.

setLastModified

public void setLastModified(long lastModified)
Sets the file modification timestamp of the resource for the patch.

Parameters:
lastModified - the resource file modification timestamp.

getLastModified

public long getLastModified()
Gets the file modification timestamp of the resource for the patch.

Returns:
the resource file modification timestamp.

setRevision

public void setRevision(java.lang.String revision)
Sets the revision number of the resource for the patch.

Parameters:
revision - the resource revision number.

getRevision

public java.lang.String getRevision()
Gets the revision number of the resource for the patch.

Returns:
the resource revision number.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.