/* * Copyright (C) 2013 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.launcher.ext; /** * * @author jbuhacoff */ public interface Configure { void configure(); }