Skip navigation links

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

E52944-01


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.

Skip navigation links

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

E52944-01


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