Uses of Class
org.eclipse.core.runtime.QualifiedName

Packages that use QualifiedName
org.eclipse.core.runtime.content Provides core support for content types. 
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
 

Uses of QualifiedName in org.eclipse.core.runtime.content
 

Fields in org.eclipse.core.runtime.content declared as QualifiedName
static QualifiedName[] IContentDescription.ALL
          Options constant meaning that all properties should be described.
static QualifiedName IContentDescription.BYTE_ORDER_MARK
          Key for the "byte order mark" property.
static QualifiedName IContentDescription.CHARSET
          Key for the "charset" property.
 

Methods in org.eclipse.core.runtime.content that return QualifiedName
 QualifiedName[] IContentDescriber.getSupportedOptions()
          Returns the properties supported by this describer.
 QualifiedName[] BinarySignatureDescriber.getSupportedOptions()
           
 

Methods in org.eclipse.core.runtime.content with parameters of type QualifiedName
 IContentDescription IContentType.getDescriptionFor(java.io.InputStream contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 IContentDescription IContentTypeMatcher.getDescriptionFor(java.io.InputStream contents, java.lang.String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 IContentDescription IContentType.getDescriptionFor(java.io.Reader contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 IContentDescription IContentTypeMatcher.getDescriptionFor(java.io.Reader contents, java.lang.String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 java.lang.Object IContentDescription.getProperty(QualifiedName key)
          Returns the value of custom property set by the content describer, or the default value for the property, if one has been defined.
 boolean IContentDescription.isRequested(QualifiedName key)
          Returns whether the given property is requested to be described.
 void IContentDescription.setProperty(QualifiedName key, java.lang.Object value)
          Sets the given property to the given value.
 

Uses of QualifiedName in org.eclipse.core.runtime.jobs
 

Methods in org.eclipse.core.runtime.jobs with parameters of type QualifiedName
 java.lang.Object Job.getProperty(QualifiedName key)
          Returns the value of the property of this job identified by the given key, or null if this job has no such property.
 void Job.setProperty(QualifiedName key, java.lang.Object value)
          Sets the value of the property of this job identified by the given key.