Skip navigation links


oracle.iam.platformservice.utils
Class JarDeleteUtility

java.lang.Object
  extended by oracle.iam.platformservice.utils.JarDeleteUtility


public class JarDeleteUtility
extends java.lang.Object

This class is called by the Jar Delete Utility which is used to delete jars in OIM DB

Since:
release specific (what release of product did this appear in)

Constructor Summary
JarDeleteUtility()
           

 

Method Summary
 void getJarDetails()
          Gets the detail of each jar and this is deleted from the Set of JarElements
 java.util.Set getJarElements()
          Gets the details of the jars to be deleted to OIM DB from user through the console.
static void main(java.lang.String[] args)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JarDeleteUtility

public JarDeleteUtility()

Method Detail

getJarElements

public java.util.Set getJarElements()
Gets the details of the jars to be deleted to OIM DB from user through the console.

getJarDetails

public void getJarDetails()
Gets the detail of each jar and this is deleted from the Set of JarElements

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.