/* * Copyright (C) 2012 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.setup; /** * * @author jbuhacoff */ public class LocalSetup { private final SetupContext ctx; public LocalSetup(SetupContext ctx) { this.ctx = ctx; } }