Examples of ofPlugins()


Examples of org.rhq.test.arquillian.ClearPersistedData.ofPlugins()

                if (LOG.isDebugEnabled()) {
                    LOG.debug("Purged drift changesets");
                }
            }

            List<String> plugins = Arrays.asList(clearData.ofPlugins());
            if (plugins.contains(ClearPersistedData.ALL_PLUGINS)) {
                removeAllDataBut(dataDir, new String[] {"inventory.dat", "changesets"});
            } else {
                for(String n : plugins) {
                    FileUtil.purge(new File(dataDir, n), true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.