org.drools.kproject
Class KProjectChangeLogCommiter

java.lang.Object
  extended by org.drools.kproject.KProjectChangeLogCommiter

public class KProjectChangeLogCommiter
extends Object


Method Summary
static void commit(KProject kProject, FileSystem fs)
          Generates qualifiers and producers for the entire KProject
static void commit(KProject kProject, KProjectChangeLog changeLog, FileSystem fs)
          Generates only the qualifiers and producers for the modified items in the KProjectChangeLog
 void commitAddedKBase(KBase kbase)
           
 void commitAddedKBases()
           
 void commitAddedKSession(Folder rootFld, KBase kBase, KSession kSession)
           
 void commitAddedKSessions()
           
 void commitRemovedKBase(KBase kbase)
           
 void commitRemovedKBases()
           
 void commitRemovedKSession(Folder rootFld, KBase kBase, KSession kSession)
           
 void commitRemovedKSessions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

commit

public static void commit(KProject kProject,
                          KProjectChangeLog changeLog,
                          FileSystem fs)
Generates only the qualifiers and producers for the modified items in the KProjectChangeLog

Parameters:
kProject -
changeLog -
fs -

commit

public static void commit(KProject kProject,
                          FileSystem fs)
Generates qualifiers and producers for the entire KProject

Parameters:
kProject -
fs -

commitAddedKBases

public void commitAddedKBases()

commitAddedKBase

public void commitAddedKBase(KBase kbase)

commitRemovedKBases

public void commitRemovedKBases()

commitRemovedKBase

public void commitRemovedKBase(KBase kbase)

commitAddedKSessions

public void commitAddedKSessions()

commitAddedKSession

public void commitAddedKSession(Folder rootFld,
                                KBase kBase,
                                KSession kSession)

commitRemovedKSessions

public void commitRemovedKSessions()

commitRemovedKSession

public void commitRemovedKSession(Folder rootFld,
                                  KBase kBase,
                                  KSession kSession)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.