-
aQute.bnd.osgi.Resource
-
aQute.lib.osgi.Resource
-
anvil.server.Resource
class Container
@author : Jani Lehtim�ki
-
at.bestsolution.efxclipse.tooling.rrobot.model.task.Resource
A representation of the model object '
Resource'.
The following features are supported:
- {@link at.bestsolution.efxclipse.tooling.rrobot.model.task.Resource#getName Name}
@see at.bestsolution.efxclipse.tooling.rrobot.model.task.TaskPackage#getResource()
@model abstract="true"
@generated
-
au.edu.qut.yawl.admintool.model.Resource
@author Lachlan AldredDate: 22/09/2005 Time: 15:21:12
-
buri.ddmsence.ddms.Resource
An immutable implementation of ddms:resource (the top-level element of a DDMS metacard or assertion).
{@ddms.versions 11111}
When generating HTML/JSON/Text output for a Resource, additional tags are generated listing the version of DDMSence used to create the record (to help identify formatting bugs), and the version of DDMS. These lines are not required (and may be removed). For example:
ddms.generator: DDMSence 1.0.0
ddms.version: 3.0
<meta name="ddms.generator" content="DDMSence 1.0.0" />
<meta name="ddms.version" content="3.0" />
{@table.header History}
Starting in DDMS 3.0, resources have additional ISM attributes which did not exist in 2.0. However, the 2.0 schema still allows "any" attributes on the Resource, so the 3.0 attribute values will be loaded if present.
Starting in DDMS 3.0, the ISM attributes explicitly defined in the schema should appear in the SecurityAttributes, not the ExtensibleAttributes. Attempts to load them as ExtensibleAttributes will throw an InvalidDDMSException. In DDMS 2.0, there are no ISM attributes explicitly defined in the schema, so you can load them in any way you want. It is recommended that you load them as SecurityAttributes anyhow, for consistency with newer DDMS resources. Please see the "Power Tips" on the Extensible Layer (on the DDMSence home page) for details.
The names of this component was made lowercase in DDMS 4.0.1.
{@table.footer}{@table.header Nested Elements}{@child.info ddms:metacardInfo|1|00011}{@child.info ddms:identifier|1..*|11111}{@child.info ddms:title|1..*|11111}{@child.info ddms:subtitle|0..*|11111}{@child.info ddms:description|0..1|11111}{@child.info ddms:language|0..*|11111}{@child.info ddms:dates|0..1|11111}{@child.info ddms:rights|0..1|11111}{@child.info ddms:source|0..*|11111}{@child.info ddms:type|0..*|11111}{@child.info ddms:contributor|0..*|11111}{@child.info ddms:creator|0..*|11111}{@child.info ddms:pointOfContact|0..*|11111}{@child.info ddms:publisher|0..*|11111}{@child.info ddms:format|0..1|11111}{@child.info ddms:subjectCoverage|0..1|11100}{@child.info ddms:subjectCoverage|1..*|00011}{@child.info ddms:virtualCoverage|0..*|11111}{@child.info ddms:temporalCoverage|0..*|11111}{@child.info ddms:geospatialCoverage|0..*|11111}{@child.info ddms:relatedResource|0..*|11111}{@child.info ddms:resourceManagement|0..1|00011}{@child.info ddms:security|1|11110}{@child.info any:<
extensibleElements>|0..1|10000}{@child.info any:<
extensibleElements>|0..*|01110}{@table.footer}{@table.header Attributes}{@child.info ism:resourceElement|1|01110}{@child.info ism:createDate|1|01110}{@child.info ism:DESVersion|1|01110}{@child.info ntk:DESVersion|1|00010}{@child.info ism:compliesWith|0..*|00110}{@child.info ddms:compliesWith|0..*|00001}{@child.info ism:classification|1|01110}{@child.info ism:ownerProducer|1..*|01110}{@child.info ism:<
securityAttributes>|0..*|01110}{@child.info ism:<
noticeAttributes>|0..*|00010} {@child.info any:<
extensibleAttributes>|0..*|11110}{@table.footer}{@table.header Validation Rules}{@ddms.rule The qualified name of the element is correct.|Error|11111}{@ddms.rule The cardinality all child components is enforced.|Error|11111}{@ddms.rule At least 1 of creator, publisher, contributor, or pointOfContact must exist.|Error|11111}{@ddms.rule All ddms:order attributes make a complete, consecutive set, starting at 1.|Error|11111}{@ddms.rule ism:resourceElement must exist.|Error|01110}{@ddms.rule ism:createDate must exist and adheres to a valid date format.|Error|01110}{@ddms.rule ism:DESVersion must exist and is a valid Integer.|Error|01111}{@ddms.rule ism:classification must exist.|Error|01110}{@ddms.rule ism:ownerProducer must exist.|Error|01110}{@ddms.rule ntk:DESVersion must exist and be a valid Integer.|Error|00010}{@ddms.rule ism:compliesWith must not be used before the DDMS version in which it was introduced.|Error|11111}{@ddms.rule ism:compliesWith must not be used after the DDMS version in which it was removed.|Error|11111}{@ddms.rule If set, ism:compliesWith must contain valid tokens.|Error|11110}{@ddms.rule The resource must not have ISM or NTK attributes.|Error|00001}{@ddms.rule The resource must not have extensible elements or attributes.|Error|00001} {@ddms.rule Warnings from any notice attributes are claimed by this component.|Warning|11111}{@ddms.rule ism:externalNotice may cause issues for DDMS 4.0.1 systems.|Warning|00010}{@table.footer}
@author Brian Uri!
@since 0.9.b
-
ch.entwine.weblounge.common.impl.request.Resource
A Resource
represents a file or a directory in a web application.
-
ch.ethz.inf.vs.californium.server.resources.Resource
.ietf.org/html/draft-ietf-core-block-12"> http://tools.ietf.org/html/draft-ietf-core-block-12)
When a request arrives at the server, the {@link ServerMessageDeliverer}searches in the resource tree for the destination resource. It travels down the resource tree by looking for one element of the destination URI after another and by calling the method {@link #getChild(String)} on each element.It is allowed to override this method and to return an arbitrary resource. This allows for instance to serve URIs with wildcards or delegate requests to any sub-URI to the same resource.
A resource can have its own {@link Executor}. If a resource has such an executor, all requests will be handled by it. Otherwise, the request will be executed on the executor of the parent or transitively the first ancestor that defines its own executor. If no resource up to the root defines its own executor, the currently executing thread will handle the request. A class that implements this interface can export further methods to allow the execution of code on the resource's executor. See {@link ResourceBase} for anexample.
-
com.adito.policyframework.Resource
Resource interface, defines common methods for all resources.
-
com.adobe.dp.epub.opf.Resource
This class represents an arbitrary resource in a Publication. Typically one of this class subclasses is used.
-
com.alibaba.antx.config.resource.Resource
-
com.alibaba.citrus.service.resource.Resource
����һ����Դ��
һ����Դ���Ա���ʾ��URL
��File
����InputStream
�� ��Ҫע����ǣ������������͵���Դ������ͬʱȡ������������ʽ��
@author Michael Zhou
-
com.alibaba.citrus.springext.ResourceResolver.Resource
-
com.amazonaws.auth.policy.Resource
Represents a resource involved in an AWS access control policy statement. Resources are the service specific AWS entities owned by your account. Amazon SQS queues, Amazon S3 buckets and objects, and Amazon SNS topics are all examples of AWS resources.
The standard way of specifying an AWS resource is with an Amazon Resource Name (ARN).
The resource is C in the statement "A has permission to do B to C where D applies."
-
com.azaptree.wadl.Resource
3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://wadl.dev.java.net/2009/02}doc" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://wadl.dev.java.net/2009/02}param" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://wadl.dev.java.net/2009/02}method"/> <element ref="{http://wadl.dev.java.net/2009/02}resource"/> </choice> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="type" type="{http://wadl.dev.java.net/2009/02}resource_type_list" /> <attribute name="queryType" type="{http://www.w3.org/2001/XMLSchema}string" default="application/x-www-form-urlencoded" /> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
com.bacoder.parser.java.api.Resource
-
com.bradmcevoy.http.Resource
Implementations should implement compareTo as an alphabetic comparison on the name property
@author Alienware1
-
com.btaz.util.api.Resource
User: msundell
-
com.casamind.adware.server.domain.Resource
-
com.dotcms.repackage.com.bradmcevoy.http.Resource
-
com.dyuproject.ioc.Resource
An arbitrary resource where you can obtain a {@link Reader} to read data.
@author David Yu
@created Feb 23, 2009
-
com.esri.gpt.framework.resource.api.Resource
Network accessible resource.
-
com.ettrema.httpclient.Resource
@author mcevoyb
-
com.evernote.edam.type.Resource
Every media file that is embedded or attached to a note is represented through a Resource entry.
- guid
- The unique identifier of this resource. Will be set whenever a resource is retrieved from the service, but may be null when a client is creating a resource.
Length: EDAM_GUID_LEN_MIN - EDAM_GUID_LEN_MAX
Regex: EDAM_GUID_REGEX - noteGuid
- The unique identifier of the Note that holds this Resource. Will be set whenever the resource is retrieved from the service, but may be null when a client is creating a resource.
Length: EDAM_GUID_LEN_MIN - EDAM_GUID_LEN_MAX
Regex: EDAM_GUID_REGEX - data
- The contents of the resource. Maximum length: The data.body is limited to EDAM_RESOURCE_SIZE_MAX_FREE for free accounts and EDAM_RESOURCE_SIZE_MAX_PREMIUM for premium accounts.
- mime
- The MIME type for the embedded resource. E.g. "image/gif"
Length: EDAM_MIME_LEN_MIN - EDAM_MIME_LEN_MAX
Regex: EDAM_MIME_REGEX - width
- If set, this contains the display width of this resource, in pixels.
- height
- If set, this contains the display height of this resource, in pixels.
- duration
- DEPRECATED: ignored.
- active
- DEPRECATED: ignored.
- recognition
- If set, this will hold the encoded data that provides information on search and recognition within this resource.
- attributes
- A list of the attributes for this resource.
- updateSequenceNum
- A number identifying the last transaction to modify the state of this object. The USN values are sequential within an account, and can be used to compare the order of modifications within the service.
- alternateData
- Some Resources may be assigned an alternate data format by the service which may be more appropriate for indexing or rendering than the original data provided by the user. In these cases, the alternate data form will be available via this Data element. If a Resource has no alternate form, this field will be unset.
-
com.extjs.gxt.ui.client.core.Templates.Resource
-
com.facebook.presto.jdbc.internal.jetty.util.resource.Resource
Abstract resource class.
-
com.firefly.mvc.web.Resource
-
com.gistlabs.mechanize.Resource
-
com.github.dactiv.showcase.entity.account.Resource
安全资源(包括菜单)实体
@author maurice
-
com.github.dreamhead.moco.resource.Resource
-
com.github.zhangkaitao.shiro.chapter16.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter18.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter19.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter21.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter22.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter23.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.github.zhangkaitao.shiro.chapter24.entity.Resource
User: Zhang Kaitao
Date: 14-1-28
Version: 1.0
-
com.google.gwt.dev.resource.Resource
Provides information about a file-like resource.
-
com.google.gwt.libideas.resources.client.ImmutableResourceBundle.Resource
-
com.google.gwt.thirdparty.org.apache.naming.resources.Resource
-
com.google.gwt.user.client.ui.ImageBundle.Resource
-
com.hp.hpl.jena.rdf.model.Resource
An RDF Resource. Resource instances when created may be associated with a specific model. Resources created
by a model will refer to that model, and support a range of methods, such as
getProperty()
and
addProperty()
which will access or modify that model. This enables the programmer to write code in a compact and easy style.
Resources created by ResourceFactory will not refer to any model, and will not permit operations which require a model. Such resources are useful as general constants.
This interface provides methods supporting typed literals. This means that methods are provided which will translate a built in type, or an object to an RDF Literal. This translation is done by invoking the toString()
method of the object, or its built in equivalent. The reverse translation is also supported. This is built in for built in types. Factory objects, provided by the application, are used for application objects.
This interface provides methods for supporting enhanced resources. An enhanced resource is a resource to which the application has added behaviour. RDF containers are examples of enhanced resources built in to this package. Enhanced resources are supported by encapsulating a resource created by an implementation in another class which adds the extra behaviour. Factory objects are used to construct such enhanced resources.
-
com.ideo.jso.util.Resource
-
com.jamierf.dropwizard.debpkg.resource.Resource
-
com.jigen.ant.Resource
-
com.k42b3.kadabra.record.Resource
rg/licenses/gpl.html GPLv3
@link http://code.google.com/p/delta-quadrant
@version $Revision: 200 $
-
com.kaboomerang.gwt.rest.client.resource.Resource
A resource is a noun in a REST architecture.
@author Jon Crosby
-
com.ketayao.ketacustom.entity.component.Resource
@author
ketayaoVersion 3.1.0
@since 2013-6-28 上午9:20:21
-
com.krminc.phr.domain.clinical.Resource
Resource entity class.
@author chaz
@author Daniel Shaw (dshaw.com)
-
com.linkedin.helix.model.Resource
A resource contains a set of partitions
-
com.lunatech.doclets.jax.jaxrs.model.Resource
-
com.mrbussy.ratp.core.Resource
-
com.netflix.simianarmy.Resource
The interface of Resource. It defines the interfaces for getting the common properties of a resource, as well as the methods to add and retrieve the additional properties of a resource. Instead of defining a new subclass of the Resource interface, new resources that have additional fields other than the common ones can be represented, by adding field-value pairs. This approach makes serialization and deserialization of resources much easier with the cost of type safety.
-
com.nimbusds.openid.connect.sdk.util.Resource
Resource with optional associated content type.
-
com.projectlibre.pm.resources.Resource
@author Laurent Chretienneau
-
com.projity.pm.resource.Resource
@stereotype thing
-
com.puppetlabs.puppetdb.javaclient.model.Resource
-
com.robustaweb.library.rest.resource.Resource
passion.com">Edupassion.com - nzozol@robustaweb.com
-
com.s3auth.hosts.Resource
Found resource.
@author Yegor Bugayenko (yegor@tpc2.com)
@version $Id$
@since 0.0.1
-
com.sandrini.sandelivery.model.Resource
Classe que representa um Menu na aplicação.
-
com.scooterframework.web.route.Resource
Resource class
@author (Fei) John Chen
-
com.semagia.atomico.dm.impl.Resource
agia.com/">Semagia
-
com.sequenceiq.cloudbreak.domain.Resource
-
com.sishuok.es.sys.resource.entity.Resource
User: Zhang Kaitao
Date: 13-2-4 上午9:38
Version: 1.0
-
com.sun.enterprise.config.serverbeans.Resource
Tag interface for all types of resource.
@author Jerome Dochez
-
com.sun.enterprise.resource.Resource
Class which represents the Resource.
-
com.sun.jsftemplating.layout.descriptors.Resource
This class holds information that describes a Resource. It provides access to a {@link ResourceFactory} for obtaining theactual Resource object described by this descriptor. See the layout.dtd file for more information on how to define a Resource via XML. The LayoutDefinition will add all defined Resources to the request scope for easy access (including via JSF EL).
@author Ken Paulsen (ken.paulsen@sun.com)
-
com.sun.research.wadl.x2006.x10.Resource
-
com.sun.research.ws.wadl.Resource
3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://wadl.dev.java.net/2009/02}doc" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://wadl.dev.java.net/2009/02}param" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://wadl.dev.java.net/2009/02}method"/> <element ref="{http://wadl.dev.java.net/2009/02}resource"/> </choice> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="type" type="{http://wadl.dev.java.net/2009/02}resource_type_list" /> <attribute name="queryType" type="{http://www.w3.org/2001/XMLSchema}string" default="application/x-www-form-urlencoded" /> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
com.sun.star.lib.sandbox.Resource
-
com.sun.star.wizards.common.Resource
-
com.tapsterrock.mpx.Resource
-
com.threerings.getdown.data.Resource
Models a single file resource used by an {@link Application}.
-
com.tivo.hme.sdk.Resource
-
com.upgradingdave.link.checker.models.Resource
-
com.vaadin.server.Resource
Resource
provided to the client terminal. Support for actually displaying the resource type is left to the terminal.
@author Vaadin Ltd.
@since 3.0
-
com.vaadin.terminal.Resource
Resource
provided to the client terminal. Support for actually displaying the resource type is left to the terminal.
@author IT Mill Ltd.
@version 6.7.1
@since 3.0
-
com.xmage.ws.resource.Resource
@author noxx
-
cucumber.runtime.io.Resource
-
de.danet.an.workflow.jetspeedrms.Resource
-
de.itemis.tooling.xturtle.xturtle.Resource
-
de.matrixweb.smaller.resource.Resource
@author marwol
-
de.timefinder.data.Resource
@author Peter Karich, peat_hal ‘at’ users ‘dot’ sourceforge ‘dot’ net
-
de.tuclausthal.informatik.winf.mobileagents.resource.Resource
A resource is an abstraction from real resources like files, databases etc. A resource may be used by an agent to access local resources on the actual host/agency. A resource is always constructed by calls to the corresponding ResourceProvider
, which acts as a factory for resources.
@author dluebke
@version 1.0.6 (2003-10-23)
@since 1.0
-
edu.ubb.warp.model.Resource
Resource model class
@author Balazs
-
eu.admire.portals.client.model.Resource
Model of a gateway resource.
@author amouat
-
fr.norsys.mapper.console.model.Resource
-
gate.Resource
-
gnu.java.net.loader.Resource
-
helma.framework.repository.Resource
Resource represents a pointer to some kind of information (code, skin, ...) from which the content can be fetched
-
httl.Resource
Resource. (API, Prototype, Immutable, ThreadSafe)
Engine engine = Engine.getEngine(); Resource resource = engine.getResource("/foo.txt");
@see httl.Engine#getResource(String)
@see httl.Engine#getResource(String,String)
@see httl.spi.Loader#load(String,Locale,String)
@see httl.spi.Translator#translate(Resource,Node,java.util.Map)
@author Liang Fei (liangfei0201 AT gmail DOT com)
-
hu.u_szeged.nbo.res_alloc.model.type.Resource
-
hudson.model.Resource
Represents things that {@link Queue.Executable} uses while running.
This is used in {@link Queue} to support basic mutual exclusion/locks. If two{@link Queue.Task}s require the same {@link Resource}, they will not be run at the same time.
Resources are compared by using their {@link #displayName names}, and need not have the "same object" semantics.
@since 1.121
-
io.undertow.server.handlers.resource.Resource
Representation of a static resource.
@author Stuart Douglas
-
it.eng.spagobi.kpi.model.bo.Resource
-
it.geosolutions.geostore.core.model.Resource
-
javax.annotation.Resource
-
javax.faces.application.Resource
@author Simon Lessard (latest modification by $Author: bommel $)
@version $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
@since 2.0
-
jetbrick.template.resource.Resource
-
juzu.impl.common.Resource
-
lcmc.common.domain.Resource
This class holds resource data.
-
models.resource.Resource
-
net.baguajie.domains.Resource
-
net.fortytwo.twitlogic.model.Resource
two.net).
-
net.java.dev.wadl.x2009.x02.ResourceDocument.Resource
-
net.jazz.ajax.model.Resource
-
net.sf.clairv.index.resource.Resource
A resource contains multiple indexable objects, like, for example, a database query result which contains multiple rows, and file system directories that contain many files.
@author qiuyin
-
net.sf.jpluck.spider.Resource
-
net.sf.mpxj.Resource
This class represents the Resource record as found in an MPX file.
-
nl.siegmann.epublib.domain.Resource
Represents a resource that is part of the epub. A resource can be a html file, image, xml, etc.
@author paul
-
org.amdatu.bndtools.plainrepoindex.Resource
Provides an abstraction of a JAR-file.
-
org.apache.airavata.persistance.registry.jpa.Resource
-
org.apache.ambari.server.controller.spi.Resource
The resource object represents a requested resource. The resource contains a collection of values for the requested properties.
-
org.apache.archiva.redback.rbac.Resource
-
org.apache.avalon.excalibur.monitor.Resource
Managed Resource. All resources must have a constructor that takes a String and converts it to the needed format (i.e. File). A Managed Resource in the Monitor section has only one property needed to be changed: last modified. The property name for the last modified event will be the same as the resource key. Implementations may add additional properties, but for most instances the last modified property will be enough.
@author
Avalon Development Team
@version $Id: Resource.java,v 1.4 2004/02/28 11:47:32 cziegeler Exp $
-
org.apache.cayenne.resource.Resource
An abstraction of a resource whose data can be accessed via a URL.
@since 3.1
-
org.apache.clerezza.rdf.core.Resource
Some entity. It could be a web resource such as a web page, or it could be a concrete physical thing such as a tree or a car. It could be an abstract idea such as a football game.
@author reto
-
org.apache.cocoon.sunshine.connector.Resource
This is a resource. It consists of a name and a type and possibly some parameters.
@author
Carsten Ziegeler
@version CVS $Id: Resource.java,v 1.3 2002/02/22 06:57:17 cziegeler Exp $
-
org.apache.commons.discovery.Resource
'Resource' located by discovery. Naming of methods becomes a real pain ('getClass()') so I've patterned this after ClassLoader... I think it works well as it will give users a point-of-reference.
-
org.apache.felix.bundlerepository.Resource
A resource is an abstraction of a downloadable thing, like a bundle. Resources have capabilities and requirements. All a resource's requirements must be satisfied before it can be installed.
-
org.apache.felix.sigil.common.config.Resource
@author dave
-
org.apache.flex.forks.velocity.runtime.resource.Resource
This class represent a general text resource that may have been retrieved from any number of possible sources.
@author
Jason van Zyl
@author
Geir Magnusson Jr.
@version $Id: Resource.java,v 1.12.4.1 2004/03/03 23:23:01 geirm Exp $
-
org.apache.geronimo.obr.model.Resource
3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="documentation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="license" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}category" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}capability" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}require" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}id use="required""/> <attribute name="presentationname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="symbolicname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
org.apache.hadoop.yarn.api.records.Resource
Resource
models a set of computer resources in the cluster.
Currrently it only models memory.
Typically, applications request Resource
of suitable capability to run their component tasks.
@see ResourceRequest
@see AMRMProtocol#allocate(org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest)
-
org.apache.helix.api.Resource
Represent a resource entity in helix cluster
-
org.apache.helix.model.Resource
A resource contains a set of partitions
-
org.apache.hivemind.Resource
Describes the location of a resource, such as a module deployment descriptor, or a messages file.
Resources may be either base or localized. A localized version of a base resource may be obtained via {@link #getLocalization(Locale)}.
Resource locations are used as Map keys, they must implement {@link java.lang.Object#hashCode()} and{@link java.lang.Object#equals(java.lang.Object)}properly.
Resource locations are valid even if the corresponding resource doesn't exist. To verify if a localization actually exists, use {@link #getResourceURL()}, which returns null if the resource doesn't exist. {@link #getLocalization(Locale)}returns only real resource locations, where the resource exists.
Folders must be represented with a trailing slash.
@author Howard Lewis Ship
-
org.apache.http.client.cache.Resource
Represents a disposable system resource.
@since 4.1
-
org.apache.ivy.plugins.repository.Resource
Represents a resource in an Ivy {@link Repository}. The resource interface allows one to obtain the following information about a resource:
- resource name/identifier in repository syntax
- date the resource was last modified.
- size of the resource in bytes.
- if the resource is available.
Implementation Notes
In implementing the interface you need to ensure the following behaviors:
- All of the methods specified in the interface fail by returning an empty value (
false
, 0
, ""
). In other words, the specified interface methods should not throw RuntimeExceptions. - Failure conditions should be logged using the {@link org.apache.ivy.util.Message#verbose}method.
- Failure of one of the interface's specified methods results in all other interface specified methods returning an empty value (
false
, 0
, ""
).
-
org.apache.jackrabbit.ocm.testmodel.Resource
-
org.apache.lenya.cms.publication.Resource
A resource (asset).
@version $Id: Resource.java 179568 2005-06-02 09:27:26Z jwkaltz $
-
org.apache.log4j.lf5.util.Resource
Resource encapsulates access to Resources via the Classloader.
@author Michael J. Sikorsky
@author Robert Shaw
-
org.apache.maven.model.Resource
This element describes all of the classpath resources associated with a project or unit tests.
@version $Revision$ $Date$
-
org.apache.maven.project.Resource
This element describes all of the classpath resources associated with a project or unit tests.
@version $Revision$ $Date$
-
org.apache.maven.wagon.resource.Resource
Describes resources which can be downloaded from the repository or uploaded to repository.
This class contains minimal set of informations, which are needed to reuse wagon in maven 1.
@author
Michal Maczka
@version $Id: Resource.java 682047 2008-08-02 21:07:38Z hboutemy $
-
org.apache.mesos.Protos.Resource
-
org.apache.metamodel.util.Resource
Represents a resource from which we can read and write bytes
-
org.apache.muse.core.Resource
Resource is an aggregate of Capability objects, providing a common host for them to share information and sub-components. The {@linkplain CapabilityContainer CapabilityContainer} interface, while small, is the most important part of the Resource interface, for it describes Resource's primary role in the Muse framework.
This interface also acts as the final stop in the request delegation process, taking method invocation requests from the {@linkplain org.apache.muse.core.routing.ResourceRouter ResourceRouter} and passing them along to the appropriate Capability based on its knowledge of each Capability's supported operations. This allows the Capability classes to do their work in a way that is independent of SOAP request-handling and other plumbing.
From a remote client perspective, Resource is the atomic unit of definition, since WSDL 1.1 does not allow resource interfaces to be broken down into distinct sub-interfaces (capabilities). However, from a server-side programming model perspective, Resource is not the most granular level of resource definition - users should focus on creating {@linkplain Capability capabilities} and use Resource as a means of communicating between those capabilities.
@author Dan Jemiolo (danj)
@see CapabilityContainer
@see Capability
@see Capability#getResource()
-
org.apache.naming.resources.Resource
Encapsultes the contents of a resource.
@author
Remy Maucherat
@version $Revision: 466595 $
-
org.apache.openejb.config.sys.Resource
3.org/2001/XMLSchema>string"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" /> <attribute name="jndi" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
org.apache.servicemix.document.Resource
A resource which is capable of creating an input stream
-
org.apache.servicemix.jbi.runtime.Resource
A resource which is capable of creating an input stream
-
org.apache.sling.api.resource.Resource
Resources are pieces of content on which Sling acts
The Resource
is also an {@link Adaptable} to get adapters toother types. A JCR based resource might support adapting to the JCR Node on which the resource is based.
All implementations must support returning a value map from {@link #getValueMap()}, even if the map is empty.
Implementor's Note: It is recommended to not implement this interface directly. Rather consider either extending from {@link AbstractResource} or{@link ResourceWrapper}. This will make sure your implementation will not be suffering from missing method problems should the Sling Resource API be extended in the future.
-
org.apache.sling.installer.api.info.Resource
A resource provides all relevant information about a registered resource.
@since 1.0
-
org.apache.synapse.rest.Resource
-
org.apache.tapestry.ioc.Resource
Represents a resource on the server that may be used for server side processing, or may be exposed to the client side. Generally, this represents an abstraction on top of files on the class path and files stored in the web application context.
Resources are often used as map keys; they should be immutable and should implement hashCode() and equals().
-
org.apache.tapestry5.ioc.Resource
Represents a resource on the server that may be used for server side processing, or may be exposed to the client side. Generally, this represents an abstraction on top of files on the class path and files stored in the web application context.
Resources are often used as map keys; they should be immutable and should implement hashCode() and equals().
-
org.apache.tools.ant.types.Resource
Describes a "File-like" resource (File, ZipEntry, etc.). This class is meant to be used by classes needing to record path and date/time information about a file, a zip entry or some similar resource (URL, archive in a version control repository, ...).
@since Ant 1.5.2
@see org.apache.tools.ant.types.resources.Touchable
-
org.apache.uima.ducc.transport.event.rm.Resource
-
org.apache.uima.resource.Resource
Resource
is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
Resource
s may be co-located with their client or distributed as services. This is made transparent to the client.
A {@link ResourceSpecifier} contains information that can be used acquire a reference to aResource
, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
The {@link org.apache.uima.ResourceFactory} takes a ResourceSpecifier
and returnsan instance of the specified Resource
. Again, this can be done by creating the instance or by locating an existing instance.
Most applications will not need to deal with this abstract Resource
interface. UIMA Developers who need to introduce new types of Resources, however, will need to implement this interface.
-
org.apache.velocity.runtime.resource.Resource
This class represent a general text resource that may have been retrieved from any number of possible sources.
@author
Jason van Zyl
@author
Geir Magnusson Jr.
@version $Id: Resource.java 291585 2005-09-26 08:56:23Z henning $
-
org.apache.wicket.Resource
A Resource is something that implements IResourceListener and provides a getResourceStream() method which returns the raw IResourceStream to be rendered back to the client browser.
Resources themselves do not currently have URLs. Instead, they are referred to by components that have URLs.
Resources can be shared throughout an application by adding them to Application with addResource(Class scope, String name) or addResource(String name). A resource added in such a way is a named resource and is accessible throughout the application via Application.getResource(Class scope, String name) or Application.getResource(String name). The ResourceReference class enables easy access to such resources in a way that is light on clusters.
While resources can be shared between components, it is important to emphasize that components cannot be shared among containers. For example, you can create a button image resource with new DefaultButtonImageResource(...) and store that in the Application with addResource(). You can then assign that logical resource via ResourceReference to several ImageButton components. While the button image resource can be shared between components like this, the ImageButton components in this example are like all other components in Wicket and cannot be shared.
@author Jonathan Locke
@author Johan Compagner
@author Gili Tzabari
@author Igor Vaynberg
-
org.apache.wink.client.Resource
Represents a web resource, enabling the invocation of different http methods
-
org.apache.wink.common.internal.model.admin.Resource
3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="class-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="workspace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="collection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://apache.org/wink/common/internal/model/admin}methods"/> <element ref="{http://apache.org/wink/common/internal/model/admin}sub-resources"/> </sequence> </restriction> </complexContent> </complexType>
-
org.apache.ws.resource.Resource
A marker interface for a resource. All resource objects must implement this interface.
-
org.apache.ws.util.jndi.tools.Resource
LOG-DONE DOCUMENT_ME
@author $author$
@version $Revision: 1.4 $
-
org.archive.wayback.core.Resource
Abstraction on top of a document stored in a WaybackCollection. Currently implemented subclasses include ArcResource and WarcResource. This implementation needs some pretty drastic refactoring.. May have to wait for 2.0. This should be a byte-oriented record, and allow wrapping the interior byte-stream in on the more full featured HTTP libraries (jetty/apache-http-client/w3c-http-reference). For now, it is a system-wide assumption that all resources are HTTP based.
@author Brad Tofel
@version $Date: 2010-09-28 23:28:38 +0100 (Ter, 28 Set 2010) $, $Revision: 3262 $
-
org.auto.io.Resource
@author XiaohangHu
-
org.beangle.ems.security.Resource
系统资源.
@author chaostone 2008-7-28
-
org.beangle.packagekit.Resource
包
@author chaostone
-
org.beangle.security.Resource
-
org.beangle.security.blueprint.Resource
系统资源.
@author chaostone 2008-7-28
-
org.broadinstitute.gatk.utils.io.Resource
Stores a resource by path and a relative class.
-
org.browsermob.proxy.jetty.util.Resource
Abstract resource class.
@version $Id: Resource.java,v 1.31 2005/10/21 11:36:56 gregwilkins Exp $
@author Nuno Preguiça
@author Greg Wilkins (gregw)
-
org.camunda.bpm.engine.authorization.Resource
Resources are entities for which a user or a group is authorized. Examples of resources are applications, process-definitions, process-instances, tasks ...
A resource has a type and an id. The type ( {@link #setResource(String)}) allows to group all resources of the same kind. A resource id is the identifier of an individual resource instance ( {@link #setResourceId(String)}). For example: the resource type could be "processDefinition" and the resource-id could be the id of an individual process definition.
See {@link Resources} for a set of built-in resource constants.
@author Daniel Meyer
@see Resources
-
org.camunda.bpm.engine.repository.Resource
@author kristin.polenz@camunda.com
-
org.cedj.geekseek.web.rest.core.Resource
-
org.chromattic.ext.ntdef.Resource
-
org.cipango.kaleo.Resource
A resource identified by its URI.
-
org.codehaus.janino.util.resource.Resource
A {@link Resource} is "something" that is typically found by a{@link org.codehaus.janino.util.resource.ResourceFinder}, can be {@link #open()}ed for reading, and optionally has a {@link #lastModified()} property.
There also exists a {@link org.codehaus.janino.util.resource.ResourceCreator} concept whichopens a resource for writing, but that happens directly and not through an intermediate {@link Resource} object.
@see org.codehaus.janino.util.resource.ResourceFinder
@see org.codehaus.janino.util.resource.ResourceCreator
-
org.codehaus.plexus.redback.rbac.Resource
-
org.concordion.api.Resource
-
org.constretto.model.Resource
-
org.corrib.s3b.mbb.beans.rdf.Resource
The supertype of all RDF resources.
@author Mariusz Cygan
-
org.criticalfailure.torchlight.core.domain.entity.Resource
@author cipher@users.sourceforge.net
-
org.crsh.vfs.Resource
-
org.crsh.vfs.spi.url.Resource
@author Julien Viet
-
org.cruxframework.crux.core.client.resources.Resource
-
org.dbpedia.spotlight.web.rest.output.Resource
-
org.deri.orefine.ckan.model.Resource
-
org.drools.compiler.compiler.io.Resource
-
org.drools.compiler.io.Resource
-
org.drools.io.Resource
Generic interface to provide a Reader or InputStream for the underlying IO resource.
-
org.easetech.easytest.io.Resource
Interface representing a generic Resource to be used by the EasyTest framework. Three implementations exists for this interface in the EasyTest framework:
- {@link ClasspathResource} - Resources that exists in the Classpath
- {@link FileSystemResource} - Resources that exists in the FileSystem
- {@link UrlResource} - Resource that exists as a URL(http , ftp) etc
@author Anuj Kumar
-
org.eclipse.bpmn2.Resource
A representation of the model object '
Resource'.
The following features are supported:
- {@link org.eclipse.bpmn2.Resource#getResourceParameters Resource Parameters}
- {@link org.eclipse.bpmn2.Resource#getName Name}
@see org.eclipse.bpmn2.Bpmn2Package#getResource()
@model extendedMetaData="name='tResource' kind='elementOnly'"
@generated
-
org.eclipse.core.internal.resources.Resource
-
org.eclipse.emf.ecore.resource.Resource
A persistent document.
A resource of an appropriate type is {@link Factory#createResource created} by a resource factory;a resource set indirectly {@link ResourceSet#createResource(URI) creates} a resource using such a factory.A resource is typically {@link #getResourceSet contained} by a resource set,along with related resources. It has a {@link #getURI URI} representing it's identityand that URI is {@link org.eclipse.emf.ecore.resource.URIConverter used}to determine where to {@link #save(Map) save} and {@link #load(Map) load}. It provides modeled {@link #getContents contents}, in fact, it provides even the {@link #getAllContents tree} of modeled contents,as well as {@link Diagnostic diagnostics} for {@link #getErrors errors} and {@link #getWarnings other} problems.It may be {@link #unload unloaded} to discard the contents and the load state can be {@link #isLoaded queried}. {@link #isModified Modification} can be {@link #isTrackingModification tracked}, but it's expensive. The resource will be informed as objects are {@link Resource.Internal#attached attached} and {@link Resource.Internal#detached detached}; if needed, it will be able to maintain a map to support {@link #getEObject getEObject}. Structured URI {@link #getURIFragment fragments} are used rather than IDs, since they are a more general alternative.Clients must extend the default {@link org.eclipse.emf.ecore.resource.impl.ResourceImpl implementation}, or one of its derived classes, since methods can and will be added to this API.
A resource produces notification for changes to the value of each of these features:
- {@link #getResourceSet}
- {@link #getURI}
- {@link #getTimeStamp()}
- {@link #getContents}
- {@link #isModified}
- {@link #isLoaded}
- {@link #isTrackingModification}
- {@link #getErrors}
- {@link #getWarnings}
@see org.eclipse.emf.common.notify
@see org.eclipse.emf.ecore.resource.impl.ResourceImpl
@see Factory
@see ResourceSet
@see URIConverter
-
org.eclipse.jetty.plus.jndi.Resource
Resource
-
org.eclipse.jetty.util.resource.Resource
Abstract resource class.
This class provides a resource abstraction, where a resource may be a file, a URL or an entry in a jar file.
-
org.eclipse.sapphire.Resource
-
org.eclipse.swt.graphics.Resource
.org/swt/">Sample code and further information
@since 3.1
-
org.elasticsearch.hadoop.rest.Resource
ElasticSearch Rest Resource - index and type.
-
org.exist.util.io.Resource
-
org.exoplatform.portal.resource.Resource
Represents a resource.
@author
Julien Viet
@version $Revision$
-
org.exoplatform.services.jcr.webdav.resource.Resource
Created by The eXo Platform SARL .
WebDAV applicable abstraction of REST Resource definition (by Fielding: "Any information that can be named can be a resource... In other words: any concept that might be the target of an author's hypertext reference must fit within the definition of a resource") Here the REST resource abstraction is some narrowed to the WebDAV needs
@author Gennady Azarenkov
@version $Id: $
-
org.fao.gast.lib.Resource
-
org.fenixedu.academic.ui.struts.action.teacher.siteArchive.Resource
A
Resource represents something that needs to be retrieved by the {@link org.fenixedu.academic.ui.struts.action.teacher.siteArchive.Fetcher} .
A Resource defines a local name for the content being retrieved and the url from where the content will be retrieved. The name must not start with '/' but can represent a complex path like "parent/dir/file".
Additionaly you can add rules to the resource. This rules are to be applyed by the {@link org.fenixedu.academic.ui.struts.action.teacher.siteArchive.Fetcher} to the content of the resource.
@author cfgi
-
org.flywaydb.core.internal.util.scanner.Resource
-
org.freerealm.resource.Resource
@author Deniz ARIKAN
-
org.fusesource.restygwt.client.Resource
chirino.com">Hiram Chirino
-
org.g4studio.core.resource.Resource
Resource
@author HuangYunHui|XiongChun
@since 2009-11-20
-
org.gatein.management.rest.content.Resource
-
org.geoserver.platform.resource.Resource
Resource used for configuration storage. Resources represent {@link Type#DIRECTORY}, {@link Type#RESOURCE} and {@link Type#UNDEFINED} content and is primarily used to manage configurationinformation. Resource creation is handled in a lazy fashion, simply use {@link #file()} or {@link #out()} and the resource will be created as required. In asimilar fashion setting up a child resource will create any required parent directories.
-
org.geowebcache.io.Resource
-
org.glassfish.jersey.server.model.Resource
ster the annotated resource. ResourceConfig resourceConfig = new ResourceConfig(HelloResource.class); // Add new "hello2" resource using the annotated resource class // and overriding the resource path. Resource.Builder resourceBuilder = Resource.builder(HelloResource.class, new LinkedList<ResourceModelIssue>()) .path("hello2"); // Add a new (virtual) sub-resource method to the "hello2" resource. resourceBuilder.addChildResource("world").addMethod("GET") .produces("text/plain") .handledBy(new Inflector<Request, String>() { @Override public String apply(Request request) { return "Hello World!"; } }); // Register the new programmatic resource in the application's configuration. resourceConfig.registerResources(resourceBuilder.build()); The following table illustrates the supported requests and provided responses for the application configured in the example above.
Request | Response | Method invoked |
{@code "GET /hello"} | {@code "Hello!"} | {@code HelloResource.sayHello()} |
{@code "GET /hello2"} | {@code "Hello!"} | {@code HelloResource.sayHello()} |
{@code "GET /hello2/world"} | {@code "Hello World!"} | {@code Inflector.apply()} |
@author Marek Potociar (marek.potociar at oracle.com)
@author Miroslav Fuksa (miroslav.fuksa at oracle.com)
-
org.glassfish.resource.common.Resource
Class which represents the Resource.
-
org.glassfish.resources.api.Resource
Class which represents the Resource.
-
org.globus.wsrf.Resource
-
org.gradle.api.internal.resource.Resource
A {@code Resource} represents some binary artifact.
Implementations are not required to be thread-safe.
-
org.gradle.internal.resource.Resource
A {@code Resource} represents some binary artifact.
Implementations are not required to be thread-safe.
This type will be merged with {@link ExternalResource} and friends.
-
org.grails.io.support.Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
An InputStream can be opened for every resource if it exists in physical form, but a URL or File handle can just be returned for certain resources. The actual behavior is implementation-specific.
@author Juergen Hoeller
@since 28.12.2003
@see #getURL()
@see #getURI()
@see #getFile()
-
org.hivedb.meta.Resource
An index entity in the Hive.
@author Kevin Kelm (kkelm@fortress-consulting.com)
@author Andy Likuski (alikuski@cafepress.com)
-
org.jahia.services.render.Resource
A resource is the aggregation of a node and a specific template It's something that can be handled by the render engine to be displayed.
@author toto
-
org.jamesii.gui.application.resource.Resource
Stores an object using a soft reference. It also keeps the {@link #lastUsage}flag up to date whenever {@link #getResource()} is called.
@author Stefan Rybacki
-
org.jbehave.core.io.rest.Resource
Represents a resource retrieved from a REST API.
-
org.jboss.aesh.io.Resource
FileResource is a Aesh native io class. The default implementation is based on java.io.File, but it can be specified by the Settings object when it needs to be overridden.
@author
Ståle W. Pedersen
-
org.jboss.as.controller.registry.Resource
A addressable resource in the management model, representing a local model and child resources.
Instances of this class are not thread-safe and need to be synchronized externally.
@author Emanuel Muckenhuber
-
org.jboss.cache.aop.test.Resource
Test class for PojoCache using annotation. This represents a special resource type that can be declared @Transient. That is, it is neither PojoCacheable nor Serializable.
@version $Revision: 2954 $
-
org.jboss.dashboard.ui.resources.Resource
This class represents a graphic resource.
-
org.jboss.gravia.resource.Resource
A resource is associated with Capabilities/Requirements.
@author thomas.diesler@jboss.com
@since 02-Jul-2010
-
org.jboss.modules.Resource
A single resource from a {@link ResourceLoader}.
@author
David M. Lloyd
-
org.jboss.profileservice.spi.repository.Resource
Mirror the OBR Resource view. A resource is an abstraction of a downloadable thing, like a bundle. Resources have capabilities and requirements. All a resource's requirements must be satisfied before it can be installed.
@version $Revision: 65457 $
-
org.jboss.resteasy.skeleton.key.idm.model.data.Resource
-
org.jboss.security.authorization.Resource
Resource that is subject to Authorization Decisions
@author
Anil Saldhana
@since Jun 11, 2006
@version $Revision: 59231 $
-
org.jboss.switchboard.spi.Resource
-
org.jboss.test.jbossmx.compliance.modelmbean.support.Resource
-
org.jboss.test.jbossmx.implementation.persistence.support.Resource
-
org.jboss.test.jmx.compliance.modelmbean.support.Resource
-
org.jboss.testharness.impl.packaging.Resource
-
org.jclouds.chef.domain.Resource
Resource object.
@author Adrian Cole
@author Ignasi Barrera
-
org.jclouds.savvis.vpdc.domain.Resource
Location of a Rest resource
@author Adrian Cole
-
org.jdesktop.wonderland.server.security.Resource
A resource that may have protected access.
@author jkaplan
-
org.jfree.resourceloader.Resource
A resource is a wrapper around the final product. It shall not hold any references to the ResourceData object used to create the resource (to allow efficient 2-stage caching). Although this interfaces declares to be serializable, this might not be the case for some of the content contained in the resource object. Cache implementors should be aware of that issue and should act accordingly (for instance by not caching that object).
@author Thomas Morgner
-
org.jrdf.graph.Resource
A resource stands for either a Blank Node or a URI Reference. This is a convienence interface designed to make it easier to create triples programmatically.
-
org.jwall.web.policy.Resource
-
org.kie.api.io.Resource
-
org.kie.io.Resource
-
org.libreplan.business.resources.entities.Resource
This class acts as the base class for all resources.
@author Fernando Bellas Permuy
@author Susana Montes Pedreira
@author Jacobo Aragunde Perez
-
org.lilyproject.runtime.rapi.ModuleSource.Resource
-
org.milyn.delivery.annotation.Resource
-
org.mojavemvc.annotations.Resource
-
org.mortbay.jetty.plus.naming.Resource
Resource
-
org.mortbay.resource.Resource
Abstract resource class.
@author Nuno Pregui�a
@author Greg Wilkins (gregw)
-
org.mortbay.util.Resource
-
org.oasis.wsrp.v2.Resource
3.org/2001/XMLSchema}anyType"> <sequence> <element name="values" type="{urn:oasis:names:tc:wsrp:v2:types}ResourceValue" maxOccurs="unbounded"/> <element name="extensions" type="{urn:oasis:names:tc:wsrp:v2:types}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="resourceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
org.omg.CosTransactions.Resource
Generated from IDL interface "Resource".
@author JacORB IDL compiler V 2.3.2 (JBoss patch 0), 23-Dec-2011
@version generated at Apr 17, 2012 2:17:22 PM
-
org.onebusaway.presentation.services.resources.Resource
-
org.onemind.swingweb.resource.Resource
Interface for resource that can be retrieved using getInputStream. IMPORTANT: The subclass must override the hashCode() and equals() to indicate the underlying resource is the same so that the caching of the resource can be done appropriately.
@author TiongHiang Lee (thlee@onemindsoft.org)
-
org.ontoware.rdf2go.model.node.Resource
Marker interface for RDF resources (BlankNode and URI). Must have valid implementations of
public boolean equals(Object other); public int hashCode();
@author voelkel
-
org.openqa.jetty.util.Resource
Abstract resource class.
@version $Id: Resource.java,v 1.31 2005/10/21 11:36:56 gregwilkins Exp $
@author Nuno Pregui�a
@author Greg Wilkins (gregw)
-
org.openrdf.model.Resource
The supertype of all RDF resources (URIs and blank nodes).
-
org.opensaml.util.resource.Resource
An interface representing an data resource.
-
org.optaplanner.examples.cheaptime.domain.Resource
-
org.optaplanner.examples.projectjobscheduling.domain.resource.Resource
-
org.osforce.connect.entity.system.Resource
ourceforce.org">开源力量
-
org.osgi.framework.resource.Resource
A resource is the representation of a uniquely identified and typed data. A resources can be wired together via capabilities and requirements.
@ThreadSafe
@version $Id: 56916cb2597067bdf63e757c078787eccebf3953 $
-
org.osgi.resource.Resource
A resource is the representation of a uniquely identified and typed data. A resource declares requirements that need to be satisfied by capabilities before it can provide its capabilities.
Instances of this type must be effectively immutable. That is, for a given instance of this interface, the methods defined by this interface must always return the same result.
@ThreadSafe
@author $Id: c7b6462fb53b38ac3071d7ba73af9dad2af6b9ce $
-
org.osgi.service.indexer.Resource
-
org.osgi.service.obr.Resource
A resource is an abstraction of a downloadable thing, like a bundle. Resources have capabilities and requirements. All a resource's requirements must be satisfied before it can be installed.
@version $Revision: 1.5 $
-
org.pentaho.reporting.libraries.resourceloader.Resource
A resource is a wrapper around the final product. It shall not hold any references to the ResourceData object used to create the resource (to allow efficient 2-stage caching). Although this interfaces declares to be serializable, this might not be the case for some of the content contained in the resource object. Cache implementors should be aware of that issue and should act accordingly (for instance by not caching that object).
@author Thomas Morgner
-
org.primefaces.component.resource.Resource
-
org.qi4j.library.rest.common.Resource
Value representing a whole resource in a URL path. Allows listing of available queries, commands, sub-resources and an index.
-
org.raml.model.Resource
-
org.raptorjs.resources.Resource
-
org.restlet.resource.Resource
-
org.rhq.core.domain.resource.Resource
Represents an RHQ managed resource (i.e. a platform, server, or service).
-
org.rhq.modules.integrationTests.restApi.d.Resource
A resource for testing purposes
@author Heiko W. Rupp
-
org.rhq.plugins.perftest.scenario.Resource
-
org.ringojs.repository.Resource
Resource represents a pointer to some kind of information (code, skin, ...) from which the content can be fetched
-
org.semanticweb.yars.nx.Resource
-
org.simpleframework.http.resource.Resource
A
Resource
provides an abstraction of any given object that can be retrieved using a HTTP request. The reason for having this abstraction is to simplify the interface with any given
Resource
.
This is similar in design to a Container
, however this is intended to handle a single resource. At any time a container may manage many resources all of which are resolved using a ResourceEngine
implementation. So in essence this is used to identify a component that can handle a HTTP request routed by a resource engine.
@author Niall Gallagher
-
org.sonar.api.resources.Resource
The interface to implement to create a resource in Sonar
@since 1.10
-
org.sonar.wsclient.services.Resource
-
org.springframework.core.io.Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
An InputStream can be opened for every resource if it exists in physical form, but a URL or File handle can just be returned for certain resources. The actual behavior is implementation-specific.
@author Juergen Hoeller
@since 28.12.2003
@see #getInputStream()
@see #getURL()
@see #getURI()
@see #getFile()
@see FileSystemResource
@see ClassPathResource
@see UrlResource
@see ByteArrayResource
@see InputStreamResource
@see org.springframework.web.context.support.ServletContextResource
-
org.springframework.roo.project.Resource
Simplified immutable representation of a Maven resource.
Structured after the model used by Maven.
@author Alan Stewart
@since 1.1
-
org.structr.rest.resource.Resource
Base class for all resource constraints. Constraints can be combined with succeeding constraints to avoid unneccesary evaluation.
@author Christian Morgner
-
org.teavm.platform.metadata.Resource
Marks a valid resource interface. Resource interface is an interface, that has get* and set* methods, according the default convention for JavaBeans. Each property must have both getter and setter. Also each property's must be either primitive value (except for long
) or a valid resource.
@see MetadataGenerator
@see ResourceArray
@see ResourceMap
@author Alexey Andreev
-
org.teiid.query.metadata.TransformationMetadata.Resource
-
org.thechiselgroup.choosel.core.client.resources.Resource
-
org.tools.io.Resource
Resources function as abstract files for us. They provide input and output streams for io activity. Whether a file is located in the file system or inside an archive (jar/zip) or in the memory is hidden by this framework. Additional functionality includes an existence-check, possibility to clear or create new, and list other files (contained in a directory).
-
org.tubo.resource.Resource
Created: Jun 28, 2006 8:36:17 AM Last Modification Date: $Date: 2006-10-19 10:11:35 -0500 (Thu, 19 Oct 2006) $
@author jvlio (jvlio@users.sourceforge.net)
@version $Revision: 17 $
-
org.w3c.tools.resources.Resource
The resource class describes an object, accessible through the server. Resource objects are required to have the following properties:
- They must be persistent (their life-time can span multiple server life-time).
- They must be editable, so that one can change some of their aspects (such as any associated attribute).
- They must be self-described: each resource must now what kind of attribute it understands.
- They must be able to update themselves: some of the meta-information associated with a resource may require lot of CPU to compute.
- They must implement some name-service policy.
These resource objects do not define how they are accessed. See the sub-classes for specific accesses.
-
org.woped.quantana.resourcealloc.Resource
-
org.wso2.carbon.dataservices.core.description.resource.Resource
Represents a resource within a data service.
-
org.wso2.carbon.jarservices.stub.types.Resource
-
org.wso2.carbon.registry.api.Resource
Interface to represent a resource that is stored on the registry. Each resource will have some metadata and content. Resources can also have properties, and versions.
In addition to that, the registry APIs can be used to create associations between resources, rate or comment on resources, and to create search tags.
-
org.wso2.carbon.registry.core.Resource
Interface to represent a resource.
-
org.xmldb.api.base.Resource
Resource
is a container for data stored within the database. Raw resources are not particulary useful. It is necessary to have a resource implementation that provides handling for a specific content type before anything useful can be done.
-
org.xrace.model.Resource
Représente un lien vers une ressource.
@author Sherif Behna
-
org.xsocket.Resource
-
org.zanata.apicompat.rest.dto.resource.Resource
-
org.zanata.rest.dto.resource.Resource
-
org.zeroexchange.model.resource.Resource
The base class for the object-specific entities.
@author black
-
org.zeroturnaround.javarebel.Resource
-
pt.opensoft.resource.Resource
-
railo.commons.io.res.Resource
a Resource handle connection to different resources in a abstract form
-
rcl.internal.Resource
@author Mischael Schill
-
resource.Resource
@author Marco Celesti
-
ro.isdc.wro.model.resource.Resource
Encapsulates information about a resource. This class is not final because we need to mock it in unit tests.
@author Alex Objelean
@created Created on Oct 30, 2008
-
soj.internal.Resource
@author Mischael Schill
-
sun.misc.Resource
This class is used to represent a Resource that has been loaded from the class path.
@author David Connelly
@since 1.2
-
swarm.sim.Resource
Represents a consumable resource in a simulation. It can be consumed by agents via the eat() method and can decay via the tick() method
-
tagRecommendation.folksonomyDatatypes.Resource
@author smbourge
-
test.compliance.modelmbean.support.Resource
-
test.implementation.persistence.support.Resource
-
test.implementation.util.support.Resource
-
test.performance.modelmbean.support.Resource
-
uk.ac.osswatch.simal.model.jena.Resource
-
uk.ac.soton.itinnovation.pes.data.model.Resource
-
webit.script.loaders.Resource