oracle.jdeveloper.audit.model
Interface DocumentAdapterFactory
- public interface DocumentAdapterFactory
A factory for document adapters. Document adapters from different factory instances should not be mixed.
getDocument
public DocumentAdapter getDocument(Element element,
java.net.URL url,
Project project,
Workspace workspace)
- Gets the document adapter for a construct corresponding to an element and/or URL, or null if none.
-
- Parameters:
element
- The element corresponding to the construct.
url
- The URL of the document containing the construct.
project
- The project containing the construct.
workspace
- The workspace containing the construct.
Copyright © 1997, 2004, Oracle. All rights reserved.