Extension SDK 10.1.3.36.73

oracle.jdeveloper.model
Class ApplicationContent

java.lang.Object
  extended byoracle.jdeveloper.model.ApplicationContent

public final class ApplicationContent
extends java.lang.Object

Class that represents certain parts of Application content, such as the application-level META-INF directory.


Method Summary
static ApplicationContent getInstance(Workspace workspace)
          Returns a new ApplicationContent adapter for the specified Workspace.
 java.net.URL getMetaInfURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ApplicationContent getInstance(Workspace workspace)
Returns a new ApplicationContent adapter for the specified Workspace.

Parameters:
workspace - The workspace whose META-INF directory is needed.
Returns:
ApplicationContent

getMetaInfURL

public java.net.URL getMetaInfURL()

Extension SDK 10.1.3.36.73

 

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