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

E13403-04

oracle.ide.composite
Interface CompositeFileElementProxy

All Known Implementing Classes:
AbstractCompositeFileElementProxy, DefaultCompositeFileElementProxy

public interface CompositeFileElementProxy

An interface defining a proxy for accessing composite file information for an element type.


Method Summary
 java.lang.Class getCompositeElementClass()
          Gets the composite element class handled by this proxy.
 java.net.URL[] getCompositeFileURLs(Element compositeElement)
          Gets the file URLs represented by the given composite element.
 

Method Detail

getCompositeElementClass

java.lang.Class getCompositeElementClass()
Gets the composite element class handled by this proxy.

Returns:
the composite element class.

getCompositeFileURLs

java.net.URL[] getCompositeFileURLs(Element compositeElement)
Gets the file URLs represented by the given composite element. Note that order is significant; certain operations, which are implictly based on a single file, are applied to the first valid URL in the returned array. In these cases other constituents of the composite are not used.

Parameters:
compositeElement - the composite element.
Returns:
the composite file URLs.

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.