-
am.ik.tools.pom_cleaner.jaxb.Model.Properties
-
bm.core.Properties
Implementation of the missing class Properties from the j2se.
Handles file encoding, with a default encoding of UTF-8.
@author
Narciso Cerezo
@version $Revision:4 $
-
civquest.swing.quadmap.Properties
Every subclass of this class implements all data and function that is specific to the particular type of map (at present flat or iso) QuadMap runs on at the moment.
Some definitions:
The drawing-buffer-coordinate of a Field is the coordinate of the pixel in the column of the most western pixel and the row of the most northern pixel of the Field.
An absolute paint-coordinate is a coordinate relative to the viewportPosition (0,0). NOTE that no negative x or y-values are allowed for such a coordinate!!!
(Really?) An unscrolled array-coordinate is an array-coordinate that is not necessarily within map.
-
com.bacoder.parser.javaproperties.api.Properties
-
com.elondra.rp.Properties
Properties implementation fully compatible with the mobile one.
@author
Narciso Cerezo
@version $Revision$
-
com.enernoc.open.oadr2.model.Properties
Some sanity checking for our JAXB-generated models
@author
Thom Nichols
-
com.enernoc.open.oadr2.model.v20b.xcal.Properties
Some sanity checking for our JAXB-generated models
@author
Thom Nichols
-
com.eviware.soapui.junit.Properties
-
com.filenet.api.property.Properties
Stub interface to allow the connector to build fully.
-
com.fiveht.tick.data.Properties
This class provides a convenience framework for CRUD operations on the properties table.
@author Nathan Crause
-
com.github.neuralnetworks.util.Properties
Properties class for convenience
-
com.google.gwt.ajaxloader.client.Properties
A collection of properties of arbitrary type, for interoperability with non-GWT JavaScript libraries.
-
com.google.gwt.dev.cfg.Properties
A typed map of deferred binding properties.
-
com.google.gwt.query.client.Properties
JSO for accessing Javascript objective literals used by GwtQuery functions.
-
com.jme3.scene.plugins.blender.objects.Properties
The blender object's custom properties. This class is valid for all versions of blender.
@author Marcin Roguski (Kaelthas)
-
com.pugh.sockso.Properties
-
com.sparc.knappsack.models.api.v1.Properties
-
com.sun.hotspot.igv.data.Properties
@author Thomas Wuerthinger
-
com.sun.midp.util.Properties
The
Properties
class represents a persistent set of properties. Each key and its corresponding value in the property list is a string.
-
com.sun.star.wizards.common.Properties
Simplifies handling Arrays of PropertyValue. To make a use of this class, instantiate it, and call the put(propName,propValue) method. caution: propName should always be a String. When finished, call the getProperties() method to get an array of the set properties.
@author rp
-
com.swiftmq.amqp.v100.generated.messaging.message_format.Properties
-
com.zaranux.client.java.util.Properties
sun.com/docs/books/jls/third_edition/html/lexical.html#3.3">Unicode escapes ; only a single 'u' character is allowed in an escape sequence. The native2ascii tool can be used to convert property files to and from other character encodings.
The {@link #loadFromXML(InputStream)} and {@link #storeToXML(OutputStream,String,String)} methods load and store propertiesin a simple XML format. By default the UTF-8 character encoding is used, however a specific encoding may be specified if required. An XML properties document has the following DOCTYPE declaration:
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
Note that the system URI (http://java.sun.com/dtd/properties.dtd) is
not accessed when exporting or importing properties; it merely serves as a string to uniquely identify the DTD, which is:
<?xml version="1.0" encoding="UTF-8"?> <!-- DTD for properties --> <!ELEMENT properties ( comment?, entry* ) > <!ATTLIST properties version CDATA #FIXED "1.0"> <!ELEMENT comment (#PCDATA) > <!ELEMENT entry (#PCDATA) > <!ATTLIST entry key CDATA #REQUIRED>
@see
native2ascii tool for Solaris
@see
native2ascii tool for WindowsThis class is thread-safe: multiple threads can share a single Properties object without the need for external synchronization.
@author Arthur van Hoff
@author Michael McCloskey
@author Xueming Shen
@since JDK1.0
-
com.zenesis.qx.remote.annotations.Properties
-
edu.ucla.sspace.util.Properties
A simple wrapper around {@link java.util.Properties} that provides methodsthat interpret properties based on the type of the default value and static methods for interacting with unwrapped {@code Properties} instances.
@author Keith Stevens
-
eu.isas.peptideshaker.utils.Properties
This class contains many of the properties that are used during the use of the tool, but that are not stored in the UserProperties.prop file between each run of the program.
@author Harald Barsnes
-
fr.dyade.aaa.common.stream.Properties
This class implements a set of properties, which maps keys to values. Only string object can be used as a key, all primitives type can be used as a value.
-
it.freedomotic.model.object.Properties
@author gpt
-
it.unimi.dsi.util.Properties
-
jade.util.leap.Properties
The LEAP (environment-dependent) version of the &qote;java.util.Properties&qote; class. This class appears to be exactly the same in J2SE, PJAVA and MIDP. The internal implementation is different in the three cases however. In particular the J2SE and PJAVA implementation simply extend java.util.Properties. In particular the MIDP version re-implement the load and store methods to access properties from the .jad file of the midlet or from a properly formatted RecordStore (see the load()
and store
methods.
@author Steffen Rusitschka - Siemens AG
@author Marc Schlichte - Siemens AG
@author Nicolas Lhuillier - Motorola
@author Giovanni Caire - TILAB
-
java.util.Properties
sun.com/docs/books/jls/third_edition/html/lexical.html#3.3">Unicode escapes ; only a single 'u' character is allowed in an escape sequence. The native2ascii tool can be used to convert property files to and from other character encodings.
The {@link #loadFromXML(InputStream)} and {@link #storeToXML(OutputStream,String,String)} methods load and store propertiesin a simple XML format. By default the UTF-8 character encoding is used, however a specific encoding may be specified if required. An XML properties document has the following DOCTYPE declaration:
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
Note that the system URI (http://java.sun.com/dtd/properties.dtd) is
not accessed when exporting or importing properties; it merely serves as a string to uniquely identify the DTD, which is:
<?xml version="1.0" encoding="UTF-8"?> <!-- DTD for properties --> <!ELEMENT properties ( comment?, entry* ) > <!ATTLIST properties version CDATA #FIXED "1.0"> <!ELEMENT comment (#PCDATA) > <!ELEMENT entry (#PCDATA) > <!ATTLIST entry key CDATA #REQUIRED>
@see
native2ascii tool for Solaris
@see
native2ascii tool for WindowsThis class is thread-safe: multiple threads can share a single Properties object without the need for external synchronization.
@author Arthur van Hoff
@author Michael McCloskey
@author Xueming Shen
@version 1.96, 08/07/06
@since JDK1.0
-
net.raymanoz.util.Properties
-
net.sf.microproperties.Properties
The Properties
class is used for storing application properties. This is greatly influenced by the java.util.Properties
class found in Java SE. However it is created from scratch to make it as small and fast as possible for use in a Java ME environment.
@author Johan Karlsson (johan.karlsson@jayway.se)
@since 0.1
-
net.sf.orexio.common.Properties
This class is a sorted property map that can use a formatter to convert value string before.
@author alois_cochard@users.sf.net
-
noNamespace.PropertiesDocument.Properties
-
org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
org.apache.chemistry.opencmis.commons.data.Properties
-
org.apache.falcon.entity.v0.cluster.Properties
Support function to parse and format date in xsd string.
-
org.apache.falcon.entity.v0.feed.Properties
Support function to parse and format date in xsd string.
-
org.apache.felix.utils.properties.Properties
Enhancement of the standard Properties
managing the maintain of comments, etc.
@author gnodet, jbonofre
-
org.apache.ivory.entity.v0.cluster.Properties
-
org.apache.ivory.entity.v0.feed.Properties
-
org.apache.karaf.util.Properties
Enhancement of the standard Properties
managing the maintain of comments, etc.
@author gnodet, jbonofre
-
org.apache.maven.plugins.changes.model.Properties
-
org.apache.openejb.jee.jpa.unit.Properties
3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
org.apache.openejb.junit.jee.config.Properties
-
org.apache.pluto.portalImpl.util.Properties
This class loads name/value pairs from a properties file. The properties file is specified as input stream and follows the usual convention for Java properties files.
-
org.apache.qpid.amqp_1_0.type.messaging.Properties
-
org.apache.qpid.proton.amqp.messaging.Properties
-
org.apache.stratos.cloud.controller.stub.pojo.Properties
-
org.apache.stratos.cloud.controller.util.xsd.Properties
-
org.apache.wicket.resource.Properties
Kind of like java.util.Properties but based on Wicket's ValueMap and thus benefiting from all its nice build-in type converters and without parent properties.
@author Juergen Donnerstag
-
org.apache.ws.resource.discovery.xml.PropertiesDocument.Properties
-
org.chromattic.api.annotations.Properties
-
org.dmlite.model.component.property.Properties
Property entities.
@author Dzenan Ridjanovic
@version 2006-05-02
-
org.docx4j.docProps.extended.Properties
3.org/2001/XMLSchema}anyType"> <all> <element name="Template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Manager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Pages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Words" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Characters" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PresentationFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Lines" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Paragraphs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Slides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="TotalTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="HiddenSlides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MMClips" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ScaleCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HeadingPairs" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="TitlesOfParts" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="LinksUpToDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CharactersWithSpaces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SharedDoc" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HyperlinkBase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HLinks" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="HyperlinksChanged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DigSig" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}blob"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AppVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DocSecurity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
org.eweb4j.config.bean.Properties
-
org.exolab.jms.net.util.Properties
Helper class for manipulating string property maps.
@author
Tim Anderson
@version $Revision: 1.2 $ $Date: 2005/05/03 13:45:59 $
-
org.exoplatform.portal.config.model.Properties
Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jun 2, 2007
-
org.fedorahosted.openprops.Properties
-
org.jberet.job.Properties
3.org/2001/XMLSchema}anyType"> <sequence> <element name="property" type="{http://xmlns.jcp.org/xml/ns/javaee}Property" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="partition" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
org.jberet.job.model.Properties
-
org.jboss.arquillian.prototyping.context.api.Properties
-
org.jboss.soa.esb.message.Properties
The message properties hold arbitrary information in the form of <String,Object> pairs
-
org.mizartools.dli.Properties
-
org.modeshape.jcr.cache.CachedNode.Properties
-
org.more.util.map.Properties
以下代码来自JDK1.6_20
@version : 2012-2-28
-
org.netbeans.api.debugger.Properties
-
org.neuroph.util.Properties
Represents a general set of properties for neuroph objects
@author Zoran Sevarac
-
org.sonar.api.Properties
-
org.uberfire.java.nio.base.Properties
-
project.entities.authorization.Properties
-
railo.runtime.net.s3.Properties
-
unibg.overencrypt.client.view.Properties
Properties GUI.
@author Flavio Giovarruscio & Riccardo Tribbia
@version 1.0
-
weasel.compiler.WeaselOperator.Properties