| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
MemoryFixedList<Component> |
Dataset.components
A list of all the components the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Dataset.getBrowsers()
|
Component |
Dataset.getComponent(String componentName)
Retrieves
Component by name if a component with such name exists. |
Component |
Dataset.getCrawlers()
Returns the crawler
Component that contains a set of
properties and profiles related to
crawlers (such as: IsCrawler property). |
Component |
Dataset.getHardware()
Returns the hardware
Component that contains a set of
properties and profiles related to
hardware (such as: IsCrawler property). |
Component |
Dataset.getSoftware()
|
| Modifier and Type | Method and Description |
|---|---|
IReadonlyList<Component> |
Dataset.getComponents()
Returns an iterable of all
Components in the current
data file. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentV31
Extends
Component by providing implementation for the
ComponentV31.getHttpheaders() method. |
class |
ComponentV32
Extends
Component by providing implementation for the
ComponentV32.getHttpheaders() method. |
| Modifier and Type | Method and Description |
|---|---|
Component |
Value.getComponent() |
Component |
Property.getComponent()
The component the property relates to.
|
Component |
Profile.getComponent()
The component the profile belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Component.compareTo(Component other)
Compares this component to another using the numeric ComponentId field.
|
boolean |
Component.equals(Component other)
Compares this instance to another using the component Id.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentFactoryV32.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of ComponentV32.
|
Component |
ComponentFactoryV31.create(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of ComponentV31.
|
Copyright © 2015 51Degrees. All rights reserved.