-
com.mycila.testing.plugins.jetty.locator.FileLocator.locate()
-
com.mycila.testing.plugins.jetty.locator.StrategyFileLocator.locate()
{@inheritDoc}
@see com.mycila.testing.plugins.jetty.locator.FileLocator#locate(java.lang.String)
-
com.nr.cg.KDtree.locate()
-
com.sun.corba.se.spi.protocol.CorbaServerRequestDispatcher.locate()
Handle a locate request.
-
com.vividsolutions.jts.algorithm.PointLocator.locate()
Computes the topological relationship ( {@link Location}) of a single point to a Geometry. It handles both single-element and multi-element Geometries. The algorithm for multi-part Geometries takes into account the SFS Boundary Determination Rule.
@return the {@link Location} of the point relative to the input Geometry
-
com.vividsolutions.jts.algorithm.locate.PointOnGeometryLocator.locate()
Determines the {@link Location} of a point in the {@link Geometry}.
@param p the point to test
@return the location of the point in the geometry
-
com.vividsolutions.jts.algorithm.locate.SimplePointInAreaLocator.locate()
Determines the {@link Location} of a point in an areal {@link Geometry}. Currently this will never return a value of BOUNDARY.
@param p the point to test
@param geom the areal geometry to test
@return the Location of the point in the geometry
-
flash.tools.debugger.SwfInfo.locate()
-
flash.tools.debugger.concrete.DSwfInfo.locate()
Locate the given offset within the swf
-
hudson.tools.JDKInstaller.locate()
Performs a license click through and obtains the one-time URL for downloading bits.
-
mondrian.rolap.cache.SegmentCacheIndex.locate()
Identifies the segment headers that contain a given cell.
@param schemaName Schema name
@param schemaChecksum Schema checksum
@param cubeName Cube name
@param measureName Measure name
@param rolapStarFactTableName Fact table table
@param constrainedColsBitKey Bit key
@param coordinates Coordinates
@param compoundPredicates Compound predicates
@return Empty list if not found; never null
-
mondrian.spi.CatalogLocator.locate()
@return URL complied string representation.
-
org.apache.cocoon.components.xmlform.Form.locate()
Resolves a nodeset selector into a list of concrete node locations.
@param xpathSelector the nodeset selector
@return a Set of XPath strings pointing toeach nodeset satisfying the nodeset selector
TODO: the Collection return type should be replaced with a Set. LinkedHashSet implementation should be used. All resolved nodes are unique in the resulting set, therefore Set is more appropriate. Since LinkedHashSet is only available in JDK 1.4 or later, it is not appropriate to make the change immediately.
-
org.apache.fulcrum.yaafi.framework.util.InputStreamLocator.locate()
Locate the file with the given position using the following steps
@param location the location of the source to be loaded
-
org.apache.ivy.plugins.resolver.DependencyResolver.locate()
Locates the given artifact and returns its location if it can be located by this resolver and if it actually exists, or null
in other cases.
@param artifact the artifact which should be located
@return the artifact location, or null
if it can't be located by this resolveror doesn't exist.
-
org.apache.maven.index.locator.ArtifactLocator.locate()
-
org.apache.wicket.core.util.resource.locator.IResourceStreamLocator.locate()
Locate a resource, given a path and class. Typically this method is either called by external clients if they are not interested in a lookup that takes the style and locale into account, or it is called by the implementation of {@link #locate(Class,String,String,String,java.util.Locale,String,boolean)} where the latter just takes care oftrying out the different combinations for the provided style and locale and uses this method to actually load the resource stream.
@param clazz The class loader for delegating the loading of the resource
@param path The path of the resource
@return The resource or null
-
org.apache.wicket.core.util.resource.locator.ResourceStreamLocator.locate()
@see org.apache.wicket.core.util.resource.locator.IResourceStreamLocator#locate(java.lang.Class,java.lang.String)
-
org.apache.wicket.core.util.resource.locator.caching.CachingResourceStreamLocator.locate()
{@inheritDoc}Checks for {@link IResourceStreamReference} in the cache and returns null
if theresult is {@link NullResourceStreamReference#INSTANCE}, or {@link FileResourceStream} /{@link UrlResourceStream} if there is an entry in the cache. Otherwise asks the delegate tofind one and puts it in the cache.
-
org.apache.wicket.util.resource.locator.IResourceStreamLocator.locate()
Loads a resource, given a path and class. Typically this method is either called by external clients if they are not interested in a lookup that takes the style and locale into account, or it is called by the implementation of {@link #locate(Class,String,String,Locale,String)} where the latter just takes care oftrying out the different combinations for the provided style and locale and uses this method to actually load the resource stream.
@param clazz The class loader for delegating the loading of the resource
@param path The path of the resource
@return The resource or null
-
org.apache.wicket.util.resource.locator.ResourceStreamLocator.locate()
@see org.apache.wicket.util.resource.locator.IResourceStreamLocator#locate(java.lang.Class,java.lang.String)
-
org.apache.wicket.util.resource.locator.caching.CachingResourceStreamLocator.locate()
{@inheritDoc}Checks for {@link IResourceStreamReference} in the cache and returns null
if theresult is {@link NullResourceStreamReference#INSTANCE}, or {@link FileResourceStream} /{@link UrlResourceStream} if there is an entry in the cache. Otherwise asks the delegate tofind one and puts it in the cache.
-
org.codehaus.jparsec.DefaultSourceLocator.locate()
-
org.datanucleus.StateManager.locate()
Locate this object in the datastore.
@throws NucleusObjectNotFoundException if the object doesnt exist.
-
org.datanucleus.store.ObjectProvider.locate()
Method to locate that the object exists in the datastore.
@throws NucleusObjectNotFoundException if not present
-
org.eclipse.sisu.inject.BeanLocator.locate()
Finds bean implementations that match the given qualified binding {@link Key}.
@param key The qualified key
@return Sequence of bean entries that match the given key
-
org.infinispan.distribution.ConsistentHash.locate()
Locates a key, given a replication count (number of copies).
@param key key to locate
@param replCount replication count (number of copies)
@return a list of addresses where the key resides, where this list is a subset of the addresses set in {@link #setCaches(java.util.List)}. Should never be null, and should contain replCount elements or the max number of caches available, whichever is smaller.
-
org.infinispan.distribution.DistributionManager.locate()
Locates a key in a cluster. The returned addresses may not be owners of the keys if a rehash happens to be in progress or is pending, so when querying these servers, invalid responses should be checked for and the next address checked accordingly.
@param key key to test
@return a list of addresses where the key may reside
-
org.infinispan.distribution.ch.ConsistentHash.locate()
Locates a key, given a replication count (number of copies).
@param key key to locate
@param replCount replication count (number of copies)
@return a list of addresses where the key resides, where this list is a subset of the addresses set in {@link #setCaches(java.util.Set)}. Should never be null, and should contain replCount elements or the max number of caches available, whichever is smaller.
-
org.infinispan.distribution.ch.DefaultConsistentHash.locate()
-
org.jpox.StateManager.locate()
Locate this object in the datastore.
@throws JPOXObjectNotFoundException if the object doesnt exist.
-
org.objectstyle.wolips.locate.Locate.locate()
-
org.openide.modules.InstalledFileLocator.locate()
-
org.waveprotocol.wave.client.editor.content.CMutableDocument.locate()
-
ro.isdc.wro.model.resource.locator.ClasspathUriLocator.locate()
{@inheritDoc}
-
ro.isdc.wro.model.resource.locator.UriLocator.locate()
Locates the uri by retrieving the InputStream. The client is responsible for closing the InputStream.
@param uri uri to read.
@return InputStream for the provided uri.
@throws IOException if the resource cannot be read for some reason.
-
ro.isdc.wro.model.resource.locator.factory.UriLocatorFactory.locate()
Locates an InputStream for the given uri.
@param uri to locate.
@return {@link InputStream} of the resource.
@throws IOException if uri is invalid or resource couldn't be located.