/* * Decompiled with CFR 0.152. */ package com.tridium.util; public interface IFactory { public Object make(Object var1) throws Exception; }