Extension SDK 10.1.2

oracle.jdeveloper.audit.model
Interface PackageDirectory


public interface PackageDirectory

A single directory contributing to a package.


Method Summary
 void addChild(DocumentAdapter document)
          Adds a document directly contained by this package directory.
 java.lang.String getName()
          Gets the simple name of this package directory.
 Project getProject()
          Gets the project of this package directory.
 java.lang.String getQualifiedName()
          Gets the qualified name of this package directory.
 java.net.URL getURL()
          Gets the URL of this package directory.
 Workspace getWorkspace()
          Gets the workspace of this package directory.
 

Method Detail

getWorkspace

public Workspace getWorkspace()
Gets the workspace of this package directory.


getProject

public Project getProject()
Gets the project of this package directory.


getURL

public java.net.URL getURL()
Gets the URL of this package directory.


getQualifiedName

public java.lang.String getQualifiedName()
Gets the qualified name of this package directory.


getName

public java.lang.String getName()
Gets the simple name of this package directory.


addChild

public void addChild(DocumentAdapter document)
Adds a document directly contained by this package directory.


Extension SDK

 

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