Sha256: 0bbe4b4094545a8ce3f0e5338555920bb23b49e8f596cd2bb76ae3eadde83f70

Contents?: true

Size: 490 Bytes

Versions: 14

Compression:

Stored size: 490 Bytes

Contents

package com.rho.instrumentation;

import com.rhomobile.rhodes.api.RhoApiFactory;

public class InstrumentationFactory
        extends RhoApiFactory< Instrumentation, InstrumentationSingleton>
        implements IInstrumentationFactory {

    @Override
    protected InstrumentationSingleton createSingleton() {
        return new InstrumentationSingleton(this);
    }

    @Override
    protected Instrumentation createApiObject(String id) {
        return new Instrumentation(id);
    }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-7.5.1 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-7.4.1 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-7.1.17 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-6.2.0 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-6.0.11 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.18 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.17 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.15 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.0.22 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.2 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.0.7 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.0.3 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java
rhodes-5.5.0 extensions/instrumentation/ext/platform/android/src/com/rho/instrumentation/InstrumentationFactory.java